summaryrefslogtreecommitdiffstats
path: root/x11/xantfarm
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-06-06 16:04:52 +0000
committersteve <steve@FreeBSD.org>1999-06-06 16:04:52 +0000
commitae2677dfcc4fb128eec020e2e0b575ff22fec10e (patch)
treea26ab0c594394fc7584b4079324a2d7903715530 /x11/xantfarm
parent0e7a46e6ad0a2a2d627897438318b95b17ec8c5c (diff)
downloadFreeBSD-ports-ae2677dfcc4fb128eec020e2e0b575ff22fec10e.zip
FreeBSD-ports-ae2677dfcc4fb128eec020e2e0b575ff22fec10e.tar.gz
time(3) returns a time_t and not a long.
Diffstat (limited to 'x11/xantfarm')
-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 0000000..1b92336
--- /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. */
OpenPOWER on IntegriCloud