summaryrefslogtreecommitdiffstats
path: root/usr.sbin/faithd
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2003-10-21 20:11:47 +0000
committerume <ume@FreeBSD.org>2003-10-21 20:11:47 +0000
commitbf741bc603a4e3d435392d831a2e8a401ed1d49e (patch)
tree88df25c0dd2a0863fe049f3df815c6e7ba0ce36d /usr.sbin/faithd
parent5199c863f8f9e7f134710595dee582ad037bffb6 (diff)
downloadFreeBSD-src-bf741bc603a4e3d435392d831a2e8a401ed1d49e.zip
FreeBSD-src-bf741bc603a4e3d435392d831a2e8a401ed1d49e.tar.gz
stop use of NI_WITHSCOPEID. it was deprecated.
Obtained from: KAME
Diffstat (limited to 'usr.sbin/faithd')
-rw-r--r--usr.sbin/faithd/prefix.c4
1 files changed, 0 insertions, 4 deletions
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)
OpenPOWER on IntegriCloud