summaryrefslogtreecommitdiffstats
path: root/x11/xskyroot
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-07-05 16:33:13 +0000
committersteve <steve@FreeBSD.org>1999-07-05 16:33:13 +0000
commit7d4bbc309bb47108a1a32e8797aeafb12c2fe702 (patch)
tree75950ba1b93fa28961980e22e9c8b302e071cc4e /x11/xskyroot
parentd46d2cdc6504b92f6c246d3ab08017c4c14b0c69 (diff)
downloadFreeBSD-ports-7d4bbc309bb47108a1a32e8797aeafb12c2fe702.zip
FreeBSD-ports-7d4bbc309bb47108a1a32e8797aeafb12c2fe702.tar.gz
The return type of time(3) is time_t.
Diffstat (limited to 'x11/xskyroot')
-rw-r--r--x11/xskyroot/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/xskyroot/files/patch-ab b/x11/xskyroot/files/patch-ab
new file mode 100644
index 0000000..16c3108
--- /dev/null
+++ b/x11/xskyroot/files/patch-ab
@@ -0,0 +1,11 @@
+--- astro.c.orig Mon May 31 09:06:03 1999
++++ astro.c Mon May 31 09:06:18 1999
+@@ -7,7 +7,7 @@
+ #include <math.h>
+ #include "mathlocal.h"
+
+-long time();
++time_t time();
+ long jdate();
+ double jtime();
+ double gmst();
OpenPOWER on IntegriCloud