From 2e631cd2fa7b21a513ae6757f160550a7969644f Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Fri, 27 May 2005 19:02:12 +0000 Subject: [PATCH] disable defining NI_WITHSCOPEID. It was obsoleted, and was exist only for backward compatibility since 5.2-RELEASE. --- include/netdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/netdb.h b/include/netdb.h index 35fa2b1e2402..8c57ebfb8a3b 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