From owner-freebsd-stable Thu Feb 15 13:12:33 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA23374 for stable-outgoing; Thu, 15 Feb 1996 13:12:33 -0800 (PST) Received: from pahtoh.cwu.edu (root@pahtoh.cwu.edu [198.104.65.27]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA23367 for ; Thu, 15 Feb 1996 13:12:27 -0800 (PST) Received: from tahoma.cwu.edu (skynyrd@tahoma.cwu.edu [198.104.67.25]) by pahtoh.cwu.edu (8.6.12/8.6.9) with ESMTP id NAA15494 for ; Thu, 15 Feb 1996 13:11:21 -0800 Received: (from skynyrd@localhost) by tahoma.cwu.edu (8.6.12/8.6.9) id NAA04502; Thu, 15 Feb 1996 13:11:19 -0800 Date: Thu, 15 Feb 1996 13:11:18 -0800 (PST) From: Chris Timmons To: freebsd-stable@freebsd.org Subject: kernel build & lpt.c problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-stable@freebsd.org Precedence: bulk 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