summaryrefslogtreecommitdiffstats
path: root/include/netdb.h
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2005-05-27 19:02:12 +0000
committerume <ume@FreeBSD.org>2005-05-27 19:02:12 +0000
commit9409f5e4f1cae0b940f05349a61181c1a50eda6f (patch)
tree229aee76166ff8227c88eb70bfc30b3df287d0e1 /include/netdb.h
parent8cf16b63dfe3075e564093f57bad2c47295d7e9b (diff)
downloadFreeBSD-src-9409f5e4f1cae0b940f05349a61181c1a50eda6f.zip
FreeBSD-src-9409f5e4f1cae0b940f05349a61181c1a50eda6f.tar.gz
disable defining NI_WITHSCOPEID. It was obsoleted, and was exist
only for backward compatibility since 5.2-RELEASE.
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 35fa2b1..8c57ebf 100644
--- a/include/netdb.h
+++ b/include/netdb.h
@@ -240,7 +240,7 @@ struct addrinfo {
#define NI_NAMEREQD 0x00000004
#define NI_NUMERICSERV 0x00000008
#define NI_DGRAM 0x00000010
-#if 1 /* obsolete */
+#if 0 /* obsolete */
#define NI_WITHSCOPEID 0x00000020
#endif
OpenPOWER on IntegriCloud