diff --git a/lib/isc/net.c b/lib/isc/net.c index 8f73185696..90989e08f3 100644 --- a/lib/isc/net.c +++ b/lib/isc/net.c @@ -31,10 +31,6 @@ #include #include -#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