Unbreak the build.

This commit is contained in:
Giorgos Keramidas 2008-09-22 04:12:27 +00:00
parent a2fff700c9
commit 7bf717b721
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=183263

View File

@ -5874,7 +5874,7 @@ table_handler(int ac, char *av[])
char *p;
uint32_t tables_max;
len = sizeof(a);
len = sizeof(tables_max);
if (sysctlbyname("net.inet.ip.fw.tables_max", &tables_max, &len,
NULL, 0) == -1) {
#ifdef IPFW_TABLES_MAX