ipfilter 4.1.34 FreeBSD8
Wes Zuber <[email protected]> Sun, 21 Mar 2010 11:00:45 -0700
| Newsgroups | gmane.comp.security.firewalls.ipfilter |
|---|---|
| Message-ID | <23120_1269194497_4BA65F01_23120_4664_1_30894A16-0A5A-4C7F-A990-4CB6B2FBE9B7@uia.net> |
ipsend does not seem to compile
In file included from /usr/include/sys/refcount.h:38,
from /usr/include/sys/file.h:42,
from sock.c:42:
/usr/include/sys/systm.h:239: error: expected declaration specifiers or '...' before 'uintfptr_t'
/usr/include/sys/systm.h:243: error: expected declaration specifiers or '...' before 'uintfptr_t'
and when trying to compile ipfilter into the kernel
In file included from ../../../contrib/ipfilter/netinet/fil.c:125:
../../../contrib/ipfilter/netinet/ip_fil.h:1255:7: error: "NetBSD" is not defined
../../../contrib/ipfilter/netinet/ip_fil.h:1351:33: error: "_BSDI_VERSION" is not defined
In file included from ../../../contrib/ipfilter/netinet/ip_auth.c:104:
../../../contrib/ipfilter/netinet/ip_fil.h:1255:7: error: "NetBSD" is not defined
../../../contrib/ipfilter/netinet/ip_fil.h:1351:33: error: "_BSDI_VERSION" is not defined
--Wes