From a549878e2d4b892d0aabd13a91dbba1f3b18b389 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 22 Apr 2009 11:54:24 +0200 Subject: [PATCH] dbus/dbus-sysdeps-win.c: #define socklen_t -> typedef (cherry picked from commit eb104f4573fcbcbf3a87d673a023b5db4a249867) --- dbus/dbus-sysdeps-win.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.47.3