]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Bug 13387: Fix compilation failure with AI_ADDRCONFIG
authorJens Granseuer <jensgr@gmx.net>
Thu, 7 Aug 2008 18:45:51 +0000 (14:45 -0400)
committerColin Walters <walters@verbum.org>
Thu, 7 Aug 2008 18:45:51 +0000 (14:45 -0400)
Signed-off-by: Colin Walters <walters@verbum.org>
dbus/dbus-sysdeps-unix.c

index 1e45649f5db5ab785c37ca3ba3fff1d3153bc5bb..33f56fff0b687d0caaf9096b1870f34de60b9bfa 100644 (file)
@@ -79,8 +79,8 @@
 #define O_BINARY 0
 #endif
 
-#ifndef _AI_ADDRCONFIG
-#define _AI_ADDRCONFIG 0
+#ifndef AI_ADDRCONFIG
+#define AI_ADDRCONFIG 0
 #endif
 
 #ifndef HAVE_SOCKLEN_T