summaryrefslogtreecommitdiff
path: root/games/xbill
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-02-03 15:01:25 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-02-03 15:01:25 +0000
commit8b0f08704f1041a280bb92ee06d90cf40cc877df (patch)
treed296439068317216c6af7e4f4ee93011d1985348 /games/xbill
parentImport of The Little Brother's Database, a set of tools for use with (diff)
Fix an ISO-C++ problem.
Notes
Notes: svn path=/head/; revision=25455
Diffstat (limited to 'games/xbill')
-rw-r--r--games/xbill/files/patch-ae11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xbill/files/patch-ae b/games/xbill/files/patch-ae
new file mode 100644
index 000000000000..0a8dd3ecf241
--- /dev/null
+++ b/games/xbill/files/patch-ae
@@ -0,0 +1,11 @@
+--- Cable.h.orig Thu Jan 23 08:22:49 1997
++++ Cable.h Tue Jan 11 23:39:25 2000
+@@ -13,7 +13,7 @@
+ void setup();
+ void draw();
+ void update();
+- onspark (int locx, int locy);
++ int onspark (int locx, int locy);
+
+ };
+