From: Bruno Haible Date: Sat, 30 Apr 2011 09:54:12 +0000 (+0200) Subject: netdb: Fix invalid C syntax. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12a4891e3156b704219f19fe21e922fc22b242e4;p=pspp netdb: Fix invalid C syntax. * lib/netdb.in.h (AI_ADDRCONFIG): Fix comment syntax. --- diff --git a/ChangeLog b/ChangeLog index 1ee541c83e..079206e1cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-04-30 Bruno Haible + + netdb: Fix invalid C syntax. + * lib/netdb.in.h (AI_ADDRCONFIG): Fix comment syntax. + 2011-04-30 Pádraig Brady manywarnings: add -Wno-missing-field-initializers if needed. 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