netdb: Fix invalid C syntax.
authorBruno Haible <bruno@clisp.org>
Sat, 30 Apr 2011 09:54:12 +0000 (11:54 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 30 Apr 2011 11:06:23 +0000 (13:06 +0200)
* lib/netdb.in.h (AI_ADDRCONFIG): Fix comment syntax.

ChangeLog
lib/netdb.in.h

index 1ee541c83e9822e93e4c5b7602c1c2971c273223..079206e1cfcb1342276a0560e454cffde563eff5 100644 (file)
--- 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.
index c1cf671d598416ba27edd74ebb90e4083b1c82ee..8d575c489cc389b24c9e6b176b4fb9c57a7d82fa 100644 (file)
@@ -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