diff options
author | ume <ume@FreeBSD.org> | 2004-01-15 15:10:02 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2004-01-15 15:10:02 +0000 |
commit | 2d19c21359a4be7684281c052f79dd5c250a38fe (patch) | |
tree | 27a7b03da60203b0f8e3669b155cebab47704b9d /include | |
parent | 967be256902a54f89e45187a772f81df8cd56735 (diff) | |
download | FreeBSD-src-2d19c21359a4be7684281c052f79dd5c250a38fe.zip FreeBSD-src-2d19c21359a4be7684281c052f79dd5c250a38fe.tar.gz |
remove EAI_NODATA aliased to EAI_NONAME.
PR: bin/61369
Diffstat (limited to 'include')
-rw-r--r-- | include/netdb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/netdb.h b/include/netdb.h index d8d1e1c..0fa4d16 100644 --- a/include/netdb.h +++ b/include/netdb.h @@ -163,7 +163,6 @@ 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 EAI_NONAME /* 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 */ |