From owner-freebsd-current Wed Feb 14 08:11:05 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA21626 for current-outgoing; Wed, 14 Feb 1996 08:11:05 -0800 (PST) Received: from shellx.best.com (root@shellx.best.com [206.86.0.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id IAA21603 Wed, 14 Feb 1996 08:10:56 -0800 (PST) Received: from free.emmert.com (emmert.vip.best.com [204.156.142.218]) by shellx.best.com (8.6.12/8.6.5) with SMTP id IAA24846; Wed, 14 Feb 1996 08:04:13 -0800 Date: Wed, 14 Feb 1996 00:05:22 -0800 (PST) From: Steve Emmert To: "Frank E. Terhaar-Yonkers" cc: freebsd-current@FreeBSD.org, freebsd-stable@FreeBSD.org Subject: Re: bogon in -stable In-Reply-To: <199602141346.IAA18414@robin.mcnc.org.mcnc.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@FreeBSD.org Precedence: bulk On Wed, 14 Feb 1996, Frank E. Terhaar-Yonkers wrote: > As of Monday night the kernel in -stable won't compile. lpt.c has changed > a couple of times since the weekend. > > - Frank > > cc -c -O -pipe -m486 -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > -nostdinc -I. -I../.. -I../../sys -I../../../include -DLOCO -DI486_CPU > -DI386_CPU -DXSERVER -DDODUMP -DDDB -DSYSVMSG -DSYSVSEM -DSYSVSHM -DNCONS=4 > -DUCONSOLE -DTUNE_1542 -DSCSI_REPORT_GEOMETRY -DSCSI_DELAY=10 -DCOMPAT_43 > -DKTRACE -DIPACCT -DARP_PROXYALL -DGATEWAY -DFFS -DINET -DKERNEL -Di386 > -DLOAD_ADDRESS=0xF0100000 ../../i386/isa/lpt.c > > ../../i386/isa/lpt.c: In function `lpattach': > ../../i386/isa/lpt.c:892: warning: passing arg 1 of `bpfattach' from incompatible pointer type > ../../i386/isa/lpt.c:892: too few arguments to function `bpfattach' > ../../i386/isa/lpt.c: In function `lpintr': > ../../i386/isa/lpt.c:1159: warning: passing arg 1 of `bpf_tap' from incompatible pointer type > ../../i386/isa/lpt.c: In function `lpoutput': > ../../i386/isa/lpt.c:1361: warning: passing arg 1 of `bpf_mtap' from incompatible pointer type > *** Error code 1 > > Stop. > > \\\\////\\\\////\\\\\////\\\\\////\\\\////\\\\////\\\\////\\\\////\\\\////\\\\ > Frank Terhaar-Yonkers > High Performance Computing and Communications Research > MCNC > PO Box 12889 3021 Cornwallis Road > Research Triangle Park, North Carolina 27709-2889 > fty@mcnc.org voice (919)248-1417 FAX (919)248-1455 > > http://www.mcnc.org/hpcc.html I had the same problem, I removed the bpf line in my kernel config: pseudo-device bpfilter 4 #Berkeley packet filter This allowed the kernel to compile --Steve Steve Emmert steve@emmert.com ------------------------------------------------------------------------- Powered by FreeBSD -- The Daemon is FREE!!!