changeset 14668:087560f4f1c6

Revert "netdb: Fix invalid C syntax." commit from 2011-04-30.
author Bruno Haible <bruno@clisp.org>
date Sun, 01 May 2011 11:58:53 +0200
parents 1f6b1f7275d0
children 7d7930e97930
files ChangeLog lib/netdb.in.h
diffstat 2 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -61,11 +61,6 @@
 	manywarnings: fix indentation
 	* m4/manywarnings.m4: Indent by 2 spaces consistently.
 
-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
@@ -107,7 +107,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