Bug 1025

Summary: sys/i386/isa/lpt.c does not compile
Product: Base System Reporter: Dirk Froemberg <dirk>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 2.1-STABLE   
Hardware: Any   
OS: Any   

Description Dirk Froemberg 1996-02-13 21:50:01 UTC
	Kernel-sources don't compile:

cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit  -nostdinc -I. -I../.. -I../../sys -I../../../include -DHAL -DI486_CPU -DCONUNIT=1 -DCONADDR=0x2F8 -DCOMPAT_LINUX -DSYSVMSG -DSYSVSEM -DSYSVSHM -DUCONSOLE -DCOMPAT_43 -DPROCFS -DCD9660 -DMSDOSFS -DNFS -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.
Comment 1 Poul-Henning Kamp freebsd_committer freebsd_triage 1996-02-16 10:27:52 UTC
State Changed
From-To: open->closed