summaryrefslogtreecommitdiff
path: root/net/bind9/patches/patch-ak
blob: 3b5dd0f12ae7a3ea7e85d281725620891f42f97a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ak,v 1.1 2004/05/18 07:05:34 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:47:05.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