disable defining NI_WITHSCOPEID. It was obsoleted, and was exist
only for backward compatibility since 5.2-RELEASE.
This commit is contained in:
parent
cd05b0f7a1
commit
2e631cd2fa
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user