do a proper fix

Pointed out by: np@

MFC after:	3 days
This commit is contained in:
Kip Macy 2010-05-13 19:47:36 +00:00
parent fc21c49a0f
commit 94162961c6

View File

@ -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