# HG changeset patch # User Bruno Haible # Date 1304157252 -7200 # Node ID 4cb0d79af3ff7ab21b3b553a847f1da2aad4ad16 # Parent 3e0ff6663a11a306dec2a639b1b10d5baed76e8e netdb: Fix invalid C syntax. * lib/netdb.in.h (AI_ADDRCONFIG): Fix comment syntax. diff --git a/ChangeLog b/ChangeLog --- 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 --- a/lib/netdb.in.h +++ b/lib/netdb.in.h @@ -98,7 +98,7 @@ # 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