]> 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>
Wed, 1 Oct 2008 19:00:10 +0000 (15:00 -0400)
Signed-off-by: Colin Walters <walters@verbum.org>
dbus/dbus-sysdeps-unix.c

index 18b4967b1521b714a363f42214dbdfca8ea7ba62..3f963bca910def3c7aeffc753a496ad0ff6e39da 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