mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
15 lines
391 B
Plaintext
15 lines
391 B
Plaintext
--- faxrec.c.orig Tue Dec 16 20:39:24 1997
|
|
+++ faxrec.c Tue Jan 5 18:59:48 1999
|
|
@@ -35,7 +35,10 @@
|
|
extern time_t call_start; /* in faxrecp.c, set in mgetty.c */
|
|
static time_t call_done;
|
|
|
|
-#ifndef __NetBSD__
|
|
+#if (defined(__unix__) || defined(unix)) && !defined(USG)
|
|
+#include <sys/param.h>
|
|
+#endif
|
|
+#if !(defined(BSD) && (BSD >= 199306))
|
|
time_t time _PROTO(( long * tloc ));
|
|
#endif
|
|
|