summaryrefslogtreecommitdiffstats
path: root/astro/saoimage/files/patch-rgnwrite.c
blob: 7ec00f613021e100c5b2b33baed38adae01710a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- rgnwrite.c.orig	1995-09-08 22:29:19 UTC
+++ rgnwrite.c
@@ -183,7 +183,7 @@ static void set_time_string ( time_strin
 #ifdef LONG64
   int time();
 #else
-#ifndef VMS
+#if !defined(VMS) && !defined(__FreeBSD__)
   long time();
 #else
   time_t time();
OpenPOWER on IntegriCloud