From: Tor Lillqvist Date: Wed, 22 Apr 2009 09:54:24 +0000 (+0200) Subject: dbus/dbus-sysdeps-win.c: #define socklen_t -> typedef (cherry picked from commit... X-Git-Tag: dbus-1.3.1~209 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a549878e2d4b892d0aabd13a91dbba1f3b18b389;p=thirdparty%2Fdbus.git dbus/dbus-sysdeps-win.c: #define socklen_t -> typedef (cherry picked from commit eb104f4573fcbcbf3a87d673a023b5db4a249867) --- diff --git a/dbus/dbus-sysdeps-win.c b/dbus/dbus-sysdeps-win.c index 5dd1ca9b5..748708507 100644 --- a/dbus/dbus-sysdeps-win.c +++ b/dbus/dbus-sysdeps-win.c @@ -71,9 +71,7 @@ #define O_BINARY 0 #endif -#ifndef HAVE_SOCKLEN_T -#define socklen_t int -#endif +typedef int socklen_t; /** * File interface