Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Sep 2003 17:00:33 +0200
From:      Eivind Olsen <eivind@aminor.no>
To:        current@freebsd.org
Subject:   Re: Unable to compile kernel
Message-ID:  <20030925170033.5926f481.eivind@aminor.no>
In-Reply-To: <364553788.20030925163114@love2party.net>
References:  <20030925161259.69a7c248.eivind@aminor.no> <364553788.20030925163114@love2party.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 25 Sep 2003 16:31:14 +0200
Max Laier <max@love2party.net> wrote:
> This seems to be a problem with ip_fil.c, 1.40. For a quick workaround
> add #include <net/pfil.h> 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 -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -std=c99 -g -nostdinc -I-  -I. -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -fno-strict-aliasing  -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror  /usr/src/sys/contrib/ipfilter/netinet/ip_fil.c
/usr/src/sys/contrib/ipfilter/netinet/ip_fil.c: In function `iplattach':
/usr/src/sys/contrib/ipfilter/netinet/ip_fil.c:377: warning: unused variable `ph_inet'
/usr/src/sys/contrib/ipfilter/netinet/ip_fil.c:379: warning: unused variable `ph_inet6'
/usr/src/sys/contrib/ipfilter/netinet/ip_fil.c: At top level:
/usr/src/sys/contrib/ipfilter/netinet/ip_fil.c:318: warning: `fr_check_wrapper' defined but not used
/usr/src/sys/contrib/ipfilter/netinet/ip_fil.c:328: warning: `fr_check_wrapper6' defined but not used
*** Error code 1

Stop in /usr/obj/usr/src/sys/VIMES.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
vimes#

-- 
Regards / Hilsen
Eivind Olsen
<eivind@aminor.no>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030925170033.5926f481.eivind>