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

12 lines
312 B
Plaintext

--- mgetty.c.orig Mon Aug 3 13:02:08 1998
+++ mgetty.c Thu Aug 27 21:09:15 1998
@@ -64,7 +64,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