mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 07:12:11 -04:00
Assume universal availability of socklen_t
The SUSv2 defines accept(..., socklen_t), so we can safely require socklen_t to be universally available.
This commit is contained in:
parent
e85399b1c0
commit
34a9a9a6be
1 changed files with 0 additions and 4 deletions
|
|
@ -31,10 +31,6 @@
|
|||
#include <isc/string.h>
|
||||
#include <isc/util.h>
|
||||
|
||||
#ifndef socklen_t
|
||||
#define socklen_t unsigned int
|
||||
#endif /* ifndef socklen_t */
|
||||
|
||||
/*%
|
||||
* Definitions about UDP port range specification. This is a total mess of
|
||||
* portability variants: some use sysctl (but the sysctl names vary), some use
|
||||
|
|
|
|||
Loading…
Reference in a new issue