diff options
author | steve <steve@FreeBSD.org> | 1999-07-06 00:33:13 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-07-06 00:33:13 +0800 |
commit | 7d4bbc309bb47108a1a32e8797aeafb12c2fe702 (patch) | |
tree | 75950ba1b93fa28961980e22e9c8b302e071cc4e /x11 | |
parent | d46d2cdc6504b92f6c246d3ab08017c4c14b0c69 (diff) | |
download | freebsd-ports-gnome-7d4bbc309bb47108a1a32e8797aeafb12c2fe702.tar.gz freebsd-ports-gnome-7d4bbc309bb47108a1a32e8797aeafb12c2fe702.tar.zst freebsd-ports-gnome-7d4bbc309bb47108a1a32e8797aeafb12c2fe702.zip |
The return type of time(3) is time_t.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xskyroot/files/patch-ab | 11 |
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 000000000000..16c3108c3ace --- /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(); |