diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-03 15:01:25 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-03 15:01:25 +0000 |
commit | 8b0f08704f1041a280bb92ee06d90cf40cc877df (patch) | |
tree | d296439068317216c6af7e4f4ee93011d1985348 /games/xbill | |
parent | fa119a8137da74bcac96666fce5b61201be30440 (diff) | |
download | ports-8b0f08704f1041a280bb92ee06d90cf40cc877df.tar.gz ports-8b0f08704f1041a280bb92ee06d90cf40cc877df.zip |
Notes
Diffstat (limited to 'games/xbill')
-rw-r--r-- | games/xbill/files/patch-ae | 11 |
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); + + }; + |