summaryrefslogtreecommitdiff
path: root/net/bind9/patches/patch-al
blob: 92388682173863d3b32c364e687a74da31ac1396 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-al,v 1.1.14.1 2006/09/07 11:20:43 ghen Exp $

--- lib/bind/port_after.h.in.orig	2005-10-11 09:48:14.000000000 +0900
+++ lib/bind/port_after.h.in
@@ -376,7 +376,7 @@ int setpassent(int stayopen);
 #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