summaryrefslogtreecommitdiff
path: root/games/empire/files/patch-ad
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-09-20 02:07:43 +0000
committerSteve Price <steve@FreeBSD.org>1999-09-20 02:07:43 +0000
commitf392532992c0b9e24acee4a9ff08cea98395ee9a (patch)
treef95259fa2df063a561b7f0d1279764a68f951528 /games/empire/files/patch-ad
parentbyte_swap_{long,word} don't exist on FreeBSD/Alpha so accept the default (diff)
s/chtype/chartype/g so this builds on FreeBSD/Alpha too.
Notes
Notes: svn path=/head/; revision=21803
Diffstat (limited to '')
-rw-r--r--games/empire/files/patch-ad9
1 files changed, 9 insertions, 0 deletions
diff --git a/games/empire/files/patch-ad b/games/empire/files/patch-ad
new file mode 100644
index 000000000000..6e53d48566cb
--- /dev/null
+++ b/games/empire/files/patch-ad
@@ -0,0 +1,9 @@
+--- game.c.orig Sat Sep 18 18:36:29 1999
++++ game.c Sat Sep 18 18:36:40 1999
+@@ -850,5 +850,5 @@
+ cell = mbuf[row_col_loc(r,c)];
+
+ (void) move (row/row_inc + NUMTOPS, col/col_inc);
+- (void) addch ((chtype)cell);
++ (void) addch ((chartype)cell);
+ }