Mercurial > flash_v2
changeset 1691:c81db0785971
* src/dns.c (cyg_dns_getaddrinfo): Typo spotted by Andy Jackson.
| author | asl |
|---|---|
| date | Tue, 13 Jul 2004 07:18:35 +0000 |
| parents | 64344279df10 |
| children | f7cb1caf8d2a |
| files | packages/net/ns/dns/current/ChangeLog packages/net/ns/dns/current/src/dns.c |
| diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/net/ns/dns/current/ChangeLog +++ b/packages/net/ns/dns/current/ChangeLog @@ -1,3 +1,7 @@ +2004-07-13 Andrew Lunn <andrew.lunn@ascom.ch> + + * src/dns.c (cyg_dns_getaddrinfo): Typo spotted by Andy Jackson. + 2003-09-04 Andrew Lunn <andrew.lunn@ascom.ch> * cdl/dns.cdl: CDL control of what DNS server to use for the tests
--- a/packages/net/ns/dns/current/src/dns.c +++ b/packages/net/ns/dns/current/src/dns.c @@ -588,7 +588,7 @@ cyg_dns_getaddrinfo(const char * hostnam /* Has the socket to the DNS server been opened? */ if (s < 0) { - CYG_REPORT_RETVAL( -EIA_FAIL ); + CYG_REPORT_RETVAL( -EAI_FAIL ); return -EAI_FAIL; }
