From bf741bc603a4e3d435392d831a2e8a401ed1d49e Mon Sep 17 00:00:00 2001 From: ume Date: Tue, 21 Oct 2003 20:11:47 +0000 Subject: stop use of NI_WITHSCOPEID. it was deprecated. Obtained from: KAME --- usr.sbin/faithd/prefix.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'usr.sbin/faithd') diff --git a/usr.sbin/faithd/prefix.c b/usr.sbin/faithd/prefix.c index a13c640..45140ca 100644 --- a/usr.sbin/faithd/prefix.c +++ b/usr.sbin/faithd/prefix.c @@ -55,11 +55,7 @@ static void config_show __P((void)); #endif struct config *config_list = NULL; -#ifdef NI_WITHSCOPEID -const int niflags = NI_NUMERICHOST | NI_WITHSCOPEID; -#else const int niflags = NI_NUMERICHOST; -#endif static int prefix_set(s, prefix, slash) -- cgit v1.1