summaryrefslogtreecommitdiff
path: root/games/cbzone/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-19 16:22:25 +0000
committerjoerg <joerg>2005-12-19 16:22:25 +0000
commit126f7580390c5215bae86eaeeb0e2be86713f5b4 (patch)
tree6be217db8794d6d4885e08d4193a237bdb891c5a /games/cbzone/patches
parent685172fe482df69715393c3a7b525ed27e85dccf (diff)
downloadpkgsrc-126f7580390c5215bae86eaeeb0e2be86713f5b4.tar.gz
Fix errno.
Diffstat (limited to 'games/cbzone/patches')
-rw-r--r--games/cbzone/patches/patch-ad17
1 files changed, 13 insertions, 4 deletions
diff --git a/games/cbzone/patches/patch-ad b/games/cbzone/patches/patch-ad
index 85d289a8bf0..b1b8d50ff64 100644
--- a/games/cbzone/patches/patch-ad
+++ b/games/cbzone/patches/patch-ad
@@ -1,7 +1,16 @@
-$NetBSD: patch-ad,v 1.1 1998/09/13 20:39:44 garbled Exp $
---- c_scores.c.orig Sun Sep 13 13:18:36 1998
-+++ c_scores.c Sun Sep 13 13:19:04 1998
-@@ -124,7 +124,7 @@
+$NetBSD: patch-ad,v 1.2 2005/12/19 16:22:25 joerg Exp $
+
+--- c_scores.c.orig 1992-08-02 13:10:12.000000000 +0000
++++ c_scores.c
+@@ -41,7 +41,6 @@
+ * else print to X screen.
+ */
+
+-extern int errno;
+ int x, y, ydelta;
+
+
+@@ -124,7 +123,7 @@ int scores(score)
y = 100;
ydelta = 15;