> vimes# diff GENERIC VIMES
> 25c25
> < ident GENERIC
> ---
>> ident VIMES
> 63,66c63,66
> < options INVARIANTS #Enable calls of extra sanity
> checking < options INVARIANT_SUPPORT #Extra sanity checks of
> internal structures, required by INVARIANTS <
I'm looking into it. Everything built+ran fine with the last commit...
Sam
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
On Thu, 25 Sep 2003 16:31:14 +0200
Max Laier <[EMAIL PROTECTED]> wrote:
> This seems to be a problem with ip_fil.c, 1.40. For a quick workaround
> add #include in line ~310 (just before fr_check_wrapper())
I've done this and now I get another error:
cc -c -O -pipe -march=pentium2 -Wall -Wredunda
Hello Eivind,
Thursday, September 25, 2003, 4:12:59 PM, you wrote:
EO> /usr/src/sys/contrib/ipfilter/netinet/ip_fil.c: In function `fr_check_wrapper':
EO> /usr/src/sys/contrib/ipfilter/netinet/ip_fil.c:319: error:
EO> `PFIL_OUT' undeclared (first use in this function)
This seems to be a problem w