aboutsummaryrefslogtreecommitdiff
path: root/x11/xantfarm/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-06 16:04:52 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-06 16:04:52 +0000
commitc4f7786a27b4b410e1c9cf08263a49ac8454f492 (patch)
treeb199cc6d4b647370a4213f5cb8acfbe5bd72a963 /x11/xantfarm/files
parent5da40d24d640d5ddd307268d2d21447717e3563b (diff)
downloadports-c4f7786a27b4b410e1c9cf08263a49ac8454f492.tar.gz
ports-c4f7786a27b4b410e1c9cf08263a49ac8454f492.zip
time(3) returns a time_t and not a long.
Notes
Notes: svn path=/head/; revision=19239
Diffstat (limited to 'x11/xantfarm/files')
-rw-r--r--x11/xantfarm/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/xantfarm/files/patch-aa b/x11/xantfarm/files/patch-aa
new file mode 100644
index 000000000000..1b9233617dc7
--- /dev/null
+++ b/x11/xantfarm/files/patch-aa
@@ -0,0 +1,11 @@
+--- xantfarm.c.orig Mon May 31 08:57:49 1999
++++ xantfarm.c Mon May 31 08:58:33 1999
+@@ -113,7 +113,7 @@
+ extern char* malloc();
+ extern long random();
+ extern char* realloc();
+-extern long time();
++extern time_t time();
+
+
+ /* Forward routines. */