1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=208043

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