ports/astro/saoimage/files/patch-rgnwrite.c
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

11 lines
255 B
C

--- 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();