Bug 1025 - sys/i386/isa/lpt.c does not compile
Summary: sys/i386/isa/lpt.c does not compile
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 2.1-STABLE
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1996-02-13 21:50 UTC by Dirk Froemberg
Modified: 1996-02-16 10:28 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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