aboutsummaryrefslogtreecommitdiffstats
path: root/astro/saoimage/files/patch-rgnwrite.c
blob: 6ea9d650d091851e36982d899d4ac13651518dbc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- rgnwrite.c.orig Sun Jan 16 23:54:54 2000
+++ rgnwrite.c  Sun Jan 16 23:55:51 2000
@@ -183,7 +183,7 @@
 #ifdef LONG64
   int time();
 #else
-#ifndef VMS
+#if !defined(VMS) && !defined(__FreeBSD__)
   long time();
 #else
   time_t time();