diff options
author | Steve Price <steve@FreeBSD.org> | 1999-07-05 16:33:13 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-07-05 16:33:13 +0000 |
commit | 0043259a12232b2626799c8c1d5fb21c38223151 (patch) | |
tree | 0ab00bb83dc99c90eeeb2ae545464cf9353a2ee9 /x11/xskyroot | |
parent | a872404403ce88119f6e8900c3bbd0f0e89ca6fd (diff) | |
download | ports-0043259a12232b2626799c8c1d5fb21c38223151.tar.gz ports-0043259a12232b2626799c8c1d5fb21c38223151.zip |
Notes
Diffstat (limited to 'x11/xskyroot')
-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(); |