Date: Mon, 29 Jan 2001 05:26:14 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files options src/sys/net bpf.c Message-ID: <200101291326.f0TDQEp63829@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2001/01/29 05:26:14 PST Modified files: sys/conf files options sys/net bpf.c Log: Supply a stub bpf_validate() (always returning false - the script is not valid) if BPF is missing. The netgraph_bpf node forced bpf to be present, reflect that in the options. Stop doing a 'count bpf' - we provide stubs. Since a handful of drivers still refer to "bpf.h", provide a more accurate indication that the API is present always. (eg: netinet6) Revision Changes Path 1.479 +5 -2 src/sys/conf/files 1.250 +2 -1 src/sys/conf/options 1.75 +14 -5 src/sys/net/bpf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101291326.f0TDQEp63829>