summaryrefslogtreecommitdiff
path: root/sys/netinet6
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-07-13 14:44:18 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-07-13 14:44:18 +0000
commit72b34f455855803a4776cff123949d983dabe06c (patch)
tree23d6a4b82ebd760ca84ce27c8624dd2a4d9b4599 /sys/netinet6
parent83ed98f151bc0c05a2cafc6282d96ede8a44e0c1 (diff)
on openbsd, static symbols are not visible from the userland.
make mif6table global variable. (sync with kame)
Diffstat (limited to 'sys/netinet6')
-rw-r--r--sys/netinet6/ip6_mroute.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/ip6_mroute.c b/sys/netinet6/ip6_mroute.c
index 6cd7bc1015e..48b9cd4c087 100644
--- a/sys/netinet6/ip6_mroute.c
+++ b/sys/netinet6/ip6_mroute.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip6_mroute.c,v 1.4 2000/05/19 13:11:34 itojun Exp $ */
+/* $OpenBSD: ip6_mroute.c,v 1.5 2000/07/13 14:44:17 itojun Exp $ */
/* $KAME: ip6_mroute.c,v 1.24 2000/05/19 07:37:05 jinmei Exp $ */
/*
@@ -103,7 +103,7 @@ struct mrt6stat mrt6stat;
struct mf6c *mf6ctable[MF6CTBLSIZ];
u_char nexpire[MF6CTBLSIZ];
-static struct mif6 mif6table[MAXMIFS];
+struct mif6 mif6table[MAXMIFS];
#ifdef MRT6DEBUG
u_int mrt6debug = 0; /* debug level */
#define DEBUG_MFC 0x02