From cdb02238eea11b2e4495d0b09780e3669bce9e4c Mon Sep 17 00:00:00 2001 From: kmacy Date: Thu, 13 May 2010 19:47:36 +0000 Subject: do a proper fix Pointed out by: np@ MFC after: 3 days --- sys/netinet6/ip6_input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netinet6/ip6_input.c') 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 -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 -- cgit v1.1