blob: b2b2ce15d8bd63be19cda1fc94169c3892b00ee0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-al,v 1.1 2004/10/03 09:20:41 tron Exp $
--- lib/bind/port_after.h.in.orig 2003-06-27 05:51:35.000000000 +0200
+++ lib/bind/port_after.h.in 2004-05-18 08:15:19.000000000 +0200
@@ -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
|