Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
0b5d8941
Commit
0b5d8941
authored
Jul 20, 2006
by
Mark Andrews
Browse files
2053. [port] netbsd:libbind: silence compiler warnings. [RT #16220]
parent
bcdf37e0
Changes
3
Show whitespace changes
Inline
Side-by-side
CHANGES
View file @
0b5d8941
2053. [port] netbsd:libbind: silence compiler warnings. [RT #16220]
2052. [bug] 'rndc' improve connect failed message to report
the failing address. [RT #15978]
...
...
lib/bind/config.h.in
View file @
0b5d8941
...
...
@@ -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
...
...
lib/bind/port_after.h.in
View file @
0b5d8941
...
...
@@ -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@
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment