changeset 14658:4cb0d79af3ff

netdb: Fix invalid C syntax. * lib/netdb.in.h (AI_ADDRCONFIG): Fix comment syntax.
author Bruno Haible <bruno@clisp.org>
date Sat, 30 Apr 2011 11:54:12 +0200
parents 3e0ff6663a11
children e71d1b99c2f4
files ChangeLog lib/netdb.in.h
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- a/lib/netdb.in.h
+++ b/lib/netdb.in.h
@@ -98,7 +98,7 @@
 #  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