openbsd-ports/comms/mgetty+sendfax/patches/patch-aj
1998-08-28 06:11:48 +00:00

12 lines
310 B
Plaintext

--- faxrec.c.orig Tue Dec 16 03:39:24 1997
+++ faxrec.c Thu Aug 27 21:10:24 1998
@@ -35,7 +35,7 @@
extern time_t call_start; /* in faxrecp.c, set in mgetty.c */
static time_t call_done;
-#ifndef __NetBSD__
+#if !defined(__NetBSD__) && !defined(__OpenBSD__)
time_t time _PROTO(( long * tloc ));
#endif