summaryrefslogtreecommitdiff
path: root/astro/saoimage/files/patch-ae
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>1999-01-03 09:24:49 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>1999-01-03 09:24:49 +0000
commit7e31d36c578b766f18b995f71aea6088c3c1c81b (patch)
tree655f2c37dd0e2f13e3eb71fcfd2ebd96bf21b445 /astro/saoimage/files/patch-ae
parentFix time() conflicts on alpha. (diff)
Fix time() conflicts on alpha.
- disable "long time()" - use "-DLONG64" for alpha
Notes
Notes: svn path=/head/; revision=15797
Diffstat (limited to '')
-rw-r--r--astro/saoimage/files/patch-ae11
1 files changed, 11 insertions, 0 deletions
diff --git a/astro/saoimage/files/patch-ae b/astro/saoimage/files/patch-ae
new file mode 100644
index 000000000000..6f7f95e98f5a
--- /dev/null
+++ b/astro/saoimage/files/patch-ae
@@ -0,0 +1,11 @@
+--- disppsct.c.orig Thu May 4 06:18:00 1995
++++ disppsct.c Sun Jan 3 17:50:42 1999
+@@ -589,7 +589,7 @@
+ char *getenv();
+ #endif
+
+-#ifdef SUN
++#if defined(SUN) && defined(sun)
+ long time(); /* should be in time.h, but not in SunOS */
+ #endif
+ long clock;