$NetBSD: patch-bi,v 1.1 1999/04/08 19:44:36 bad Exp $ --- config/config.h.in.orig Fri Mar 22 05:30:04 1996 +++ config/config.h.in Sat Mar 20 22:22:28 1999 @@ -15,6 +15,9 @@ /* Does the OS already support struct timespec */ #undef _OS_HAS_TIMESPEC +/* Does the OS need socklen_t for the socket syscalls? */ +#undef _OS_HAS_SOCKLEN_T + /* For networking code: an integral type the size of an IP address (4 octets). Determined by examining return values from certain functions. */