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