]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2053. [port] netbsd:libbind: silence compiler warnings. [RT #16220]
authorMark Andrews <marka@isc.org>
Thu, 20 Jul 2006 03:55:45 +0000 (03:55 +0000)
committerMark Andrews <marka@isc.org>
Thu, 20 Jul 2006 03:55:45 +0000 (03:55 +0000)
CHANGES
lib/bind/config.h.in
lib/bind/port_after.h.in

diff --git a/CHANGES b/CHANGES
index 6db6a3ec0a8d675b9adb2f5c24925a455f3d7601..7ba330c109ec3e0bc03066d148eb79f688bbf93e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+2053.  [port]          netbsd:libbind: silence compiler warnings. [RT #16220]
+
 2052.  [bug]           'rndc' improve connect failed message to report
                        the failing address. [RT #15978]
 
index 82a1560d1fd88babac26ea5fddf08e8b264eeb49..c4d88d347ee9c2ab01475d74b2b596fc38d0008a 100644 (file)
@@ -4,6 +4,7 @@
 #undef HAVE_INTTYPES_H
 #undef HAVE_STROPTS_H
 #undef HAVE_SYS_TIMERS_H
+#undef HAVE_SYS_SELECT_H
 #undef SYS_CDEFS_H
 #undef _POSIX_PTHREAD_SEMANTICS
 #undef POSIX_GETPWUID_R
index 12d8d2bc3474f62cba766ca37078d212738e366f..f248d23f561458fb36a09e38dd399c33f8f300a6 100644 (file)
@@ -12,6 +12,9 @@
 #ifdef HAVE_INTTYPES_H
 #include <inttypes.h>
 #endif
+#ifdef HAVE_SYS_SELECT_H
+#include <sys/select.h>
+#endif /* HAVE_SYS_SELECT_H */
 
 @NEED_PSELECT@
 @HAVE_SA_LEN@