diff options
| author | 2020-01-22 12:56:14 +0000 | |
|---|---|---|
| committer | 2020-01-22 12:56:14 +0000 | |
| commit | 2a1490af56f0ba2f335e44265b12c7706226c4a4 (patch) | |
| tree | e3c44cf5753dc3a712977e0b91633287cc6f207f /usr.sbin/bind/lib/isc/unix/net.c | |
| parent | regen (diff) | |
| download | wireguard-openbsd-2a1490af56f0ba2f335e44265b12c7706226c4a4.tar.xz wireguard-openbsd-2a1490af56f0ba2f335e44265b12c7706226c4a4.zip | |
Spell out PORT_NONBLOCK as O_NONBLOCK and ISC_SOCKADDR_LEN_T as
socklen_t.
OK millert
Diffstat (limited to 'usr.sbin/bind/lib/isc/unix/net.c')
| -rw-r--r-- | usr.sbin/bind/lib/isc/unix/net.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/bind/lib/isc/unix/net.c b/usr.sbin/bind/lib/isc/unix/net.c index 3441c9b3202..7afd89f6017 100644 --- a/usr.sbin/bind/lib/isc/unix/net.c +++ b/usr.sbin/bind/lib/isc/unix/net.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: net.c,v 1.12 2020/01/20 18:49:46 florian Exp $ */ +/* $Id: net.c,v 1.13 2020/01/22 12:56:14 florian Exp $ */ #include <config.h> @@ -41,10 +41,6 @@ #include <string.h> #include <isc/util.h> -#ifndef ISC_SOCKADDR_LEN_T -#define ISC_SOCKADDR_LEN_T unsigned int -#endif - /*% * Definitions about UDP port range specification. This is a total mess of * portability variants: some use sysctl (but the sysctl names vary), some use |
