2004-10-03 11:20:41 +02:00
|
|
|
$NetBSD: patch-al,v 1.1 2004/10/03 09:20:41 tron Exp $
|
2004-05-18 09:05:34 +02:00
|
|
|
|
|
|
|
--- lib/bind/port_after.h.in.orig 2003-06-27 05:51:35.000000000 +0200
|
2004-10-03 11:20:41 +02:00
|
|
|
+++ lib/bind/port_after.h.in 2004-05-18 08:15:19.000000000 +0200
|
2004-05-18 09:05:34 +02:00
|
|
|
@@ -361,7 +361,7 @@
|
|
|
|
#define gettimeofday isc__gettimeofday
|
|
|
|
#ifdef NEED_GETTIMEOFDAY
|
|
|
|
int isc__gettimeofday(struct timeval *tvp, struct _TIMEZONE *tzp);
|
|
|
|
-#else
|
|
|
|
+#elif !defined(__NetBSD__)
|
|
|
|
int isc__gettimeofday(struct timeval *tp, struct timezone *tzp);
|
|
|
|
#endif
|
|
|
|
|