12 lines
320 B
Plaintext
12 lines
320 B
Plaintext
--- voice/libvoice/voice_fax.c.orig Thu Mar 26 00:58:50 1998
|
|
+++ voice/libvoice/voice_fax.c Thu Aug 27 21:11:49 1998
|
|
@@ -29,7 +29,7 @@
|
|
#define REVERSE 1
|
|
|
|
/* seems to missing nearly everywhere */
|
|
-#ifndef __NetBSD__
|
|
+#if !defined(__NetBSD__) && !defined(__OpenBSD__)
|
|
time_t time _PROTO(( long * tloc ));
|
|
#endif
|
|
|