mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-24 23:57:30 -04:00
2053. [port] netbsd:libbind: silence compiler warnings. [RT #16220]
This commit is contained in:
parent
bcdf37e0ff
commit
0b5d8941bb
3 changed files with 6 additions and 0 deletions
2
CHANGES
2
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]
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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@
|
||||
|
|
|
|||
Loading…
Reference in a new issue