mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
255 B
C
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();
|