diff options
author | steve <steve@FreeBSD.org> | 1999-06-23 01:41:32 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-23 01:41:32 +0800 |
commit | c905b71aaf28d74fe1c40962f1d485eb0ebee80b (patch) | |
tree | d7aef80d0e7d6f91cff27946f9d370b781ab1deb | |
parent | 0cb028bda1154615a492af0b8654cc29c6f82a44 (diff) | |
download | freebsd-ports-gnome-c905b71aaf28d74fe1c40962f1d485eb0ebee80b.tar.gz freebsd-ports-gnome-c905b71aaf28d74fe1c40962f1d485eb0ebee80b.tar.zst freebsd-ports-gnome-c905b71aaf28d74fe1c40962f1d485eb0ebee80b.zip |
Defined timefield as a time_t instead of a long for the Alpha.
-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; |