From 385e7121f3b8c247478a406482b011df7d703f1e Mon Sep 17 00:00:00 2001 From: Steve Price Date: Tue, 22 Jun 1999 17:41:32 +0000 Subject: Defined timefield as a time_t instead of a long for the Alpha. --- games/xmemory/files/patch-ab | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 games/xmemory/files/patch-ab (limited to 'games') 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; -- cgit v1.2.3