1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00
Reported by:	bde
This commit is contained in:
Hajimu UMEMOTO 2003-10-24 06:53:12 +00:00
parent 2a0a749f39
commit ff6322f828
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121458

View File

@ -163,7 +163,7 @@ struct addrinfo {
#define EAI_NODATA 7 /* no address associated with hostname */ #define EAI_NODATA 7 /* no address associated with hostname */
#endif #endif
#define EAI_NONAME 8 /* hostname nor servname provided, or not known */ #define EAI_NONAME 8 /* hostname nor servname provided, or not known */
#define EAI_NODATA EAI_NONAME /* To be removed on 23 APR 2004 */ #define EAI_NODATA EAI_NONAME /* to be removed on 23 Apr 2004 */
#define EAI_SERVICE 9 /* servname not supported for ai_socktype */ #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
#define EAI_SOCKTYPE 10 /* ai_socktype not supported */ #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
#define EAI_SYSTEM 11 /* system error returned in errno */ #define EAI_SYSTEM 11 /* system error returned in errno */