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