From: Sven M. Hallberg Date: Wed, 27 Aug 2014 10:28:57 +0000 (+0200) Subject: ws2tcpip.h defines socklen_t X-Git-Url: http://git.meshlink.io/?p=catta;a=commitdiff_plain;h=9fa0722a3d291c2256bcf20c351023fc55441552 ws2tcpip.h defines socklen_t --- diff --git a/src/compat/windows/wincompat.h b/src/compat/windows/wincompat.h index c82ca6c..531aadd 100644 --- a/src/compat/windows/wincompat.h +++ b/src/compat/windows/wincompat.h @@ -11,9 +11,6 @@ #include -typedef int socklen_t; - - struct utsname { char sysname[9]; /* Operating system name (e.g., "Linux") */ char nodename[MAX_COMPUTERNAME_LENGTH+1];