Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Feb 1996 13:11:18 -0800 (PST)
From:      Chris Timmons <skynyrd@tahoma.cwu.edu>
To:        freebsd-stable@freebsd.org
Subject:   kernel build & lpt.c problem
Message-ID:  <Pine.VUL.3.91.960215130618.965A-100000@tahoma.cwu.edu>

next in thread | raw e-mail | index | archive | help

In my earlier note I mentioned bypassing this problem by not doing a 
'make depend' in the kernel build directory.  I've since realized that I 
had 
	pseudo-device 	bpf   		4
 
instead of 
	pseudo-device 	bpfilter 	4

in my config file.  by not doing the 'make depend' I wasn't getting the 
bpf support... just noticed that when I tried to use tcpdump for the 
first time since building -STABLE.

changing to 'bpfilter' in the config file once again brings back the lpt.c
problem, even w/o doing 'make depend'

../../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.



-Chris



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.VUL.3.91.960215130618.965A-100000>