diff options
Diffstat (limited to 'sys/netinet6/ip6_input.c')
-rw-r--r-- | sys/netinet6/ip6_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c index bcb27e4..e3cf2eb 100644 --- a/sys/netinet6/ip6_input.c +++ b/sys/netinet6/ip6_input.c @@ -116,7 +116,7 @@ __FBSDID("$FreeBSD$"); #ifdef FLOWTABLE #include <net/flowtable.h> -extern int VNET_NAME(ip6_output_flowtable_size) __section(VNET_SETNAME); +VNET_DECLARE(int, ip6_output_flowtable_size); #define V_ip6_output_flowtable_size VNET(ip6_output_flowtable_size) #endif |