disable defining NI_WITHSCOPEID. It was obsoleted, and was exist

only for backward compatibility since 5.2-RELEASE.
This commit is contained in:
Hajimu UMEMOTO 2005-05-27 19:02:12 +00:00
parent cd05b0f7a1
commit 2e631cd2fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146690

View file

@ -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