summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens Granseuer <jensgr@gmx.net>2008-08-07 14:45:51 -0400
committerColin Walters <walters@verbum.org>2008-10-01 15:00:10 -0400
commite8ea01bd07eedb3c98bc0725e5799fe08499262a (patch)
treebd871e443ee8727c75e0fc0a06cdc85dec732b60
parent6531968a0b62959633627f9a74a6f19f2741261d (diff)
Bug 13387: Fix compilation failure with AI_ADDRCONFIG
Signed-off-by: Colin Walters <walters@verbum.org>
-rw-r--r--dbus/dbus-sysdeps-unix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus/dbus-sysdeps-unix.c b/dbus/dbus-sysdeps-unix.c
index 18b4967b..3f963bca 100644
--- a/dbus/dbus-sysdeps-unix.c
+++ b/dbus/dbus-sysdeps-unix.c
@@ -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