diff options
Diffstat (limited to 'games/xmemory/files/patch-xmemory.C')
-rw-r--r-- | games/xmemory/files/patch-xmemory.C | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/games/xmemory/files/patch-xmemory.C b/games/xmemory/files/patch-xmemory.C new file mode 100644 index 000000000000..e7a190c21fd1 --- /dev/null +++ b/games/xmemory/files/patch-xmemory.C @@ -0,0 +1,15 @@ +--- xmemory.C.orig 1996-07-18 20:10:08.000000000 +0500 ++++ xmemory.C 2013-06-11 20:09:44.078362688 +0400 +@@ -196,10 +196,11 @@ char *def_disp[MAX_PLAYERS] = { + "", "", "", "", "", "", "", "", "", "" + }; + ++int + main( int argc, char **argv ) + { + int i; +-long timefield; ++time_t timefield; + char main_display[30]; + char *main_p; + char *filename; |