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

12 lines
334 B
Plaintext

--- callback/callback.c.orig Mon Jun 1 05:02:55 1998
+++ callback/callback.c Thu Aug 27 21:10:49 1998
@@ -68,7 +68,7 @@
/* prototypes for system functions (that are missing in some
* system header files)
*/
-#ifndef __NetBSD__
+#if !defined(__NetBSD__) && !defined(__OpenBSD__)
time_t time _PROTO(( long * tloc ));
#endif