# HG changeset patch # User Bruno Haible # Date 1304243933 -7200 # Node ID 087560f4f1c6d7db6f48b12c8c2c8f984cb99f79 # Parent 1f6b1f7275d0d3369c4b1e2f4195531e47bbfe81 Revert "netdb: Fix invalid C syntax." commit from 2011-04-30. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -61,11 +61,6 @@ manywarnings: fix indentation * m4/manywarnings.m4: Indent by 2 spaces consistently. -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 @@ -107,7 +107,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