diff options
| author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-10-23 17:54:17 +0000 |
|---|---|---|
| committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2003-10-23 17:54:17 +0000 |
| commit | 56f88dba4c11c60be8ef5704203af982abc07517 (patch) | |
| tree | a94f0b441eacd5941ed06631fd8ffdcb0d346a93 /include | |
| parent | 231ef86f68c84dc20f8b312108f8802934fde3e2 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/netdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netdb.h b/include/netdb.h index 0fa4d16c57f8..cb523b908112 100644 --- a/include/netdb.h +++ b/include/netdb.h @@ -163,6 +163,7 @@ struct addrinfo { #define EAI_NODATA 7 /* no address associated with hostname */ #endif #define EAI_NONAME 8 /* hostname nor servname provided, or not known */ +#define EAI_NODATA EAINONAME /* To be removed on 23 APR 2004 */ #define EAI_SERVICE 9 /* servname not supported for ai_socktype */ #define EAI_SOCKTYPE 10 /* ai_socktype not supported */ #define EAI_SYSTEM 11 /* system error returned in errno */ |
