diff options
Diffstat (limited to 'net/bind9/patches/patch-al')
-rw-r--r-- | net/bind9/patches/patch-al | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/bind9/patches/patch-al b/net/bind9/patches/patch-al new file mode 100644 index 00000000000..b2b2ce15d8b --- /dev/null +++ b/net/bind9/patches/patch-al @@ -0,0 +1,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 + |