12 lines
310 B
Plaintext
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
|
|
|