summaryrefslogtreecommitdiffstats
path: root/include/netdb.h
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2003-10-24 06:53:12 +0000
committerume <ume@FreeBSD.org>2003-10-24 06:53:12 +0000
commit0d16bae2b7298c1d55087f387ed31a8b49d05b2b (patch)
tree9e1dbbd12324edfdc3e42e9aeb9bd88a0b872aef /include/netdb.h
parenta7758e91383a69131ec458b48e44ea8ed36a1bb2 (diff)
downloadFreeBSD-src-0d16bae2b7298c1d55087f387ed31a8b49d05b2b.zip
FreeBSD-src-0d16bae2b7298c1d55087f387ed31a8b49d05b2b.tar.gz
style.
Reported by: bde
Diffstat (limited to 'include/netdb.h')
-rw-r--r--include/netdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netdb.h b/include/netdb.h
index 39b7c31..d8d1e1c 100644
--- a/include/netdb.h
+++ b/include/netdb.h
@@ -163,7 +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 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_SOCKTYPE 10 /* ai_socktype not supported */
#define EAI_SYSTEM 11 /* system error returned in errno */
OpenPOWER on IntegriCloud