13 lines
450 B
Text
13 lines
450 B
Text
$NetBSD: patch-al,v 1.2 2006/08/17 14:14:18 taca 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
|
|
|