summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-22 17:41:32 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-22 17:41:32 +0000
commit385e7121f3b8c247478a406482b011df7d703f1e (patch)
tree3375ff12432329d2f7614acf08a8426a3855536b /games
parentDisable sound support on the Alpha. (diff)
Defined timefield as a time_t instead of a long for the Alpha.
Notes
Notes: svn path=/head/; revision=19674
Diffstat (limited to 'games')
-rw-r--r--games/xmemory/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xmemory/files/patch-ab b/games/xmemory/files/patch-ab
new file mode 100644
index 000000000000..4ff37900973e
--- /dev/null
+++ b/games/xmemory/files/patch-ab
@@ -0,0 +1,11 @@
+--- xmemory.C.orig Sun Jun 20 19:09:21 1999
++++ xmemory.C Sun Jun 20 19:10:06 1999
+@@ -199,7 +199,7 @@
+ main( int argc, char **argv )
+ {
+ int i;
+-long timefield;
++time_t timefield;
+ char main_display[30];
+ char *main_p;
+ char *filename;