Date: Sun, 4 Jul 2004 17:03:19 -0400 (EDT) From: jl@burghcom.com To: freebsd-stable@freebsd.org Subject: Re: buildworld error (CVS july 4) Message-ID: <4432.208.40.169.97.1088974999.squirrel@atomic.burghcom.com> In-Reply-To: <XFMail.20040704214618.regisr@pobox.com> References: <XFMail.20040704214618.regisr@pobox.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I am seeing a kernel build error in ipfw. There was code added 07/04/04 in ipfw, correct? Logic points us to this update. I'll update with logs if needed, but this should be easily repeated. Jeff Love Burgh Gaming > When I do a "make buildworld" I obtain the following message: > > cc -O -pipe -DUSE_INET6 -DIPL_NAME=\"/dev/ipl\" -DIPFILTER_LOG -I- > -I/usr/obj/usr/src/usr.sbin/ipftest > -I/usr/src/usr.sbin/ipftest/../../sys/contrib/ipfilter > -I/usr/src/usr.sbin/ipftest/../../sys > -I/usr/src/usr.sbin/ipftest/../../contrib/ipfilter -c > /usr/src/usr.sbin/ipftest/../../contrib/ipfilter/fil.c > /usr/src/usr.sbin/ipftest/../../contrib/ipfilter/fil.c:196: conflicting > types for `fr_makefrip' > /usr/src/usr.sbin/ipftest/../../sys/contrib/ipfilter/netinet/ip_fil.h:63 > 3: previous declaration of `fr_makefrip' > > in fil.c : > void fr_makefrip(hlen, ip, fin) > int hlen; > ip_t *ip; > fr_info_t *fin; > > in ip_fil.h : > extern int fr_makefrip __P((int, ip_t *, fr_info_t *)); > > > > > > > > -- > regis > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4432.208.40.169.97.1088974999.squirrel>