summaryrefslogtreecommitdiff
path: root/lib/netdb.in.h
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-04-30 11:54:12 +0200
committerBruno Haible <bruno@clisp.org>2011-04-30 13:06:23 +0200
commit12a4891e3156b704219f19fe21e922fc22b242e4 (patch)
tree9b9f9c640b10ec08575327068ab75b99046b2a08 /lib/netdb.in.h
parent2953da14ede8686f2ab85440a0b7cc928953f625 (diff)
downloadgnulib-12a4891e3156b704219f19fe21e922fc22b242e4.tar.gz
netdb: Fix invalid C syntax.
* lib/netdb.in.h (AI_ADDRCONFIG): Fix comment syntax.
Diffstat (limited to 'lib/netdb.in.h')
-rw-r--r--lib/netdb.in.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/netdb.in.h b/lib/netdb.in.h
index c1cf671d59..8d575c489c 100644
--- a/lib/netdb.in.h
+++ b/lib/netdb.in.h
@@ -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