diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-22 17:41:32 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-22 17:41:32 +0000 |
commit | 385e7121f3b8c247478a406482b011df7d703f1e (patch) | |
tree | 3375ff12432329d2f7614acf08a8426a3855536b /games/xmemory | |
parent | b690c95a7aa4d8d0ee4929434e1942358d277e95 (diff) | |
download | ports-385e7121f3b8c247478a406482b011df7d703f1e.tar.gz ports-385e7121f3b8c247478a406482b011df7d703f1e.zip |
Notes
Diffstat (limited to 'games/xmemory')
-rw-r--r-- | games/xmemory/files/patch-ab | 11 |
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; |