aboutsummaryrefslogtreecommitdiff
path: root/include/netdb.h
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2004-01-15 15:10:02 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2004-01-15 15:10:02 +0000
commitc77fb521888857cd39b36811d2eae48096a3d43e (patch)
tree27a7b03da60203b0f8e3669b155cebab47704b9d /include/netdb.h
parentf36568f97caccbcf41d5453b7e27426af6d3a8bc (diff)
downloadsrc-c77fb521888857cd39b36811d2eae48096a3d43e.tar.gz
src-c77fb521888857cd39b36811d2eae48096a3d43e.zip
Notes
Diffstat (limited to 'include/netdb.h')
-rw-r--r--include/netdb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/netdb.h b/include/netdb.h
index d8d1e1c10419..0fa4d16c57f8 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 */