1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/astro/saoimage/files/patch-ad

12 lines
273 B
Plaintext
Raw Normal View History

2000-01-24 04:51:34 +00:00
--- disppsct.c.orig Sun Jan 16 23:45:17 2000
+++ disppsct.c Sun Jan 16 23:53:18 2000
@@ -598,7 +598,7 @@
char *getenv();
#endif
-#ifdef SUN
+#if defined(SUN) && !defined(__FreeBSD__)
long time(); /* should be in time.h, but not in SunOS */
#endif
long clock;