dbus/dbus-sysdeps-win.c: #define socklen_t -> typedef (cherry picked from commit...
authorTor Lillqvist <tml@iki.fi>
Wed, 22 Apr 2009 09:54:24 +0000 (11:54 +0200)
committerRalf Habacker <ralf.habacker@freenet.de>
Mon, 30 Nov 2009 12:14:20 +0000 (13:14 +0100)
dbus/dbus-sysdeps-win.c

index 5dd1ca9..7487085 100644 (file)
@@ -71,9 +71,7 @@
 #define O_BINARY 0
 #endif
 
-#ifndef HAVE_SOCKLEN_T
-#define socklen_t int
-#endif
+typedef int socklen_t;
 
 /**
  * File interface