$NetBSD: patch-bc,v 1.1 1999/04/08 21:54:37 bad Exp $ --- mit-pthreads/config/config.h.in.orig Thu May 29 16:59:14 1997 +++ mit-pthreads/config/config.h.in Sat Mar 20 23:30:53 1999 @@ -18,6 +18,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. */