From 0043259a12232b2626799c8c1d5fb21c38223151 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 5 Jul 1999 16:33:13 +0000 Subject: The return type of time(3) is time_t. --- x11/xskyroot/files/patch-ab | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 x11/xskyroot/files/patch-ab (limited to 'x11') 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 + #include "mathlocal.h" + +-long time(); ++time_t time(); + long jdate(); + double jtime(); + double gmst(); -- cgit v1.2.3