From 9fa0722a3d291c2256bcf20c351023fc55441552 Mon Sep 17 00:00:00 2001 From: "Sven M. Hallberg" Date: Wed, 27 Aug 2014 12:28:57 +0200 Subject: [PATCH] ws2tcpip.h defines socklen_t --- src/compat/windows/wincompat.h | 3 --- 1 file changed, 3 deletions(-) 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]; -- 2.39.2