summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-05-01 11:58:53 +0200
committerBruno Haible <bruno@clisp.org>2011-05-01 11:58:53 +0200
commit380f4f7ac5c8b293596e702368db2baa58754c52 (patch)
treed33f387604924d59810a4456669b1edfd840fef1
parent096d7e1c450cff94143fd0681439ab42a3a63079 (diff)
downloadgnulib-380f4f7ac5c8b293596e702368db2baa58754c52.tar.gz
Revert "netdb: Fix invalid C syntax." commit from 2011-04-30.
-rw-r--r--ChangeLog5
-rw-r--r--lib/netdb.in.h2
2 files changed, 1 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b5331c632..324093710a 100644
--- 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.
diff --git a/lib/netdb.in.h b/lib/netdb.in.h
index 028dfbed36..6951d3da49 100644
--- a/lib/netdb.in.h
+++ b/lib/netdb.in.h
@@ -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