diff options
author | ume <ume@FreeBSD.org> | 2003-10-21 20:11:47 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2003-10-21 20:11:47 +0000 |
commit | bf741bc603a4e3d435392d831a2e8a401ed1d49e (patch) | |
tree | 88df25c0dd2a0863fe049f3df815c6e7ba0ce36d /include/netdb.h | |
parent | 5199c863f8f9e7f134710595dee582ad037bffb6 (diff) | |
download | FreeBSD-src-bf741bc603a4e3d435392d831a2e8a401ed1d49e.zip FreeBSD-src-bf741bc603a4e3d435392d831a2e8a401ed1d49e.tar.gz |
stop use of NI_WITHSCOPEID. it was deprecated.
Obtained from: KAME
Diffstat (limited to 'include/netdb.h')
-rw-r--r-- | include/netdb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/netdb.h b/include/netdb.h index 4fb0aa8..cf55739 100644 --- a/include/netdb.h +++ b/include/netdb.h @@ -195,7 +195,9 @@ struct addrinfo { #define NI_NAMEREQD 0x00000004 #define NI_NUMERICSERV 0x00000008 #define NI_DGRAM 0x00000010 +#if 1 /* obsolete */ #define NI_WITHSCOPEID 0x00000020 +#endif /* * Scope delimit character |