Searched hist:180761 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/ipfilter/ipsend/
H A Dsock.cdiff 180761 Wed Jul 23 14:39:12 MDT 2008 des For unfathomable reasons, ipfilter abuses kernel data structures for its
own purposes. To pull this off, it defines _KERNEL before including the
headers where these structures are defined. This leads to no end of
trouble when some of these headers, or other headers that they include,
change, as demonstrated by r180755.

The quick fix in this particular case is to define _WANT_FILE instead of
_KERNEL, conditional on __FreeBSD__. A better long-term fix is left as
an exercise to the reader.

Completed in 163 milliseconds