From: Bruno Haible <bruno@clisp.org>
Date: Sat, 30 Apr 2011 09:54:12 +0000 (+0200)
Subject: netdb: Fix invalid C syntax.
X-Git-Tag: v0.1~2867
X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=12a4891e3156b704219f19fe21e922fc22b242e4;p=gnulib.git

netdb: Fix invalid C syntax.

* lib/netdb.in.h (AI_ADDRCONFIG): Fix comment syntax.
---

diff --git a/ChangeLog b/ChangeLog
index 1ee541c83e..079206e1cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-30  Bruno Haible  <bruno@clisp.org>
+
+	netdb: Fix invalid C syntax.
+	* lib/netdb.in.h (AI_ADDRCONFIG): Fix comment syntax.
+
 2011-04-30  Pádraig Brady <P@draigBrady.com>
 
 	manywarnings: add -Wno-missing-field-initializers if needed.
diff --git a/lib/netdb.in.h b/lib/netdb.in.h
index c1cf671d59..8d575c489c 100644
--- a/lib/netdb.in.h
+++ b/lib/netdb.in.h
@@ -98,7 +98,7 @@ struct addrinfo
 #  define AI_ALL         0 /* 0x0010: Return IPv4 mapped and IPv6 addresses. */
 # endif
 # ifndef AI_ADDRCONFIG
-#  define AI_ADDRCONFIG  0 /* 0x0020: Use configuration of this host to choose
+#  define AI_ADDRCONFIG  0 /* 0x0020: Use configuration of this host to choose \
                                       returned address type.  */
 # endif