summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2010-05-13 19:47:36 +0000
committerkmacy <kmacy@FreeBSD.org>2010-05-13 19:47:36 +0000
commitcdb02238eea11b2e4495d0b09780e3669bce9e4c (patch)
tree507a7101a0bf4111b4dfc307f36789451b92aebf
parentb52d51265d0bcc12fbe587b1b7d2bf492980370c (diff)
downloadFreeBSD-src-cdb02238eea11b2e4495d0b09780e3669bce9e4c.zip
FreeBSD-src-cdb02238eea11b2e4495d0b09780e3669bce9e4c.tar.gz
do a proper fix
Pointed out by: np@ MFC after: 3 days
-rw-r--r--sys/netinet6/ip6_input.c2
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
OpenPOWER on IntegriCloud