aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/faithd
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2003-10-21 20:11:47 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2003-10-21 20:11:47 +0000
commitd24cb2490d10a6abfd24c7bba65db9a7dc011715 (patch)
tree88df25c0dd2a0863fe049f3df815c6e7ba0ce36d /usr.sbin/faithd
parent9a4f9608add4cee5c61b6e9bd4bca6643cebafe5 (diff)
downloadsrc-d24cb2490d10a6abfd24c7bba65db9a7dc011715.tar.gz
src-d24cb2490d10a6abfd24c7bba65db9a7dc011715.zip
stop use of NI_WITHSCOPEID. it was deprecated.
Obtained from: KAME
Notes
Notes: svn path=/head/; revision=121316
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 a13c64017aff..45140caebd30 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)