Revert "netdb: Fix invalid C syntax." commit from 2011-04-30.
authorBruno Haible <bruno@clisp.org>
Sun, 1 May 2011 09:58:53 +0000 (11:58 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 1 May 2011 09:58:53 +0000 (11:58 +0200)
ChangeLog
lib/netdb.in.h

index 3b5331c..3240937 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        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.
index 028dfbe..6951d3d 100644 (file)
@@ -107,7 +107,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