12 lines
314 B
Plaintext
12 lines
314 B
Plaintext
--- sendfax.c.orig Thu Jul 2 02:47:38 1998
|
|
+++ sendfax.c Thu Aug 27 21:09:42 1998
|
|
@@ -40,7 +40,7 @@
|
|
extern time_t call_start; /* for accounting */
|
|
|
|
/* seems to missing nearly everywhere */
|
|
-#ifndef __NetBSD__
|
|
+#if !defined(__NetBSD__) && !defined(__OpenBSD__)
|
|
time_t time _PROTO(( long * tloc ));
|
|
#endif
|
|
|