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