From: Mark Andrews Date: Thu, 20 Jul 2006 03:55:45 +0000 (+0000) Subject: 2053. [port] netbsd:libbind: silence compiler warnings. [RT #16220] X-Git-Tag: v9.4.0b3~49^2~84 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=0b5d8941bb41edbe1296619485c16df536ecc05f;p=thirdparty%2Fbind9.git 2053. [port] netbsd:libbind: silence compiler warnings. [RT #16220] --- diff --git a/CHANGES b/CHANGES index 6db6a3ec0a8..7ba330c109e 100644 --- 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] diff --git a/lib/bind/config.h.in b/lib/bind/config.h.in index 82a1560d1fd..c4d88d347ee 100644 --- a/lib/bind/config.h.in +++ b/lib/bind/config.h.in @@ -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 diff --git a/lib/bind/port_after.h.in b/lib/bind/port_after.h.in index 12d8d2bc347..f248d23f561 100644 --- a/lib/bind/port_after.h.in +++ b/lib/bind/port_after.h.in @@ -12,6 +12,9 @@ #ifdef HAVE_INTTYPES_H #include #endif +#ifdef HAVE_SYS_SELECT_H +#include +#endif /* HAVE_SYS_SELECT_H */ @NEED_PSELECT@ @HAVE_SA_LEN@