Module Name:    src
Committed By:   pooka
Date:           Sun Jan 24 14:25:57 UTC 2010

Modified Files:
        src/sys/conf: files
        src/sys/netinet: files.ipfilter

Log Message:
ipfilter depends on bpf_filter, not bpfilter (since the year 2000).


To generate a diff of this commit:
cvs rdiff -u -r1.970 -r1.971 src/sys/conf/files
cvs rdiff -u -r1.8 -r1.9 src/sys/netinet/files.ipfilter

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/conf/files
diff -u src/sys/conf/files:1.970 src/sys/conf/files:1.971
--- src/sys/conf/files:1.970	Tue Jan 19 22:06:23 2010
+++ src/sys/conf/files	Sun Jan 24 14:25:57 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: files,v 1.970 2010/01/19 22:06:23 pooka Exp $
+#	$NetBSD: files,v 1.971 2010/01/24 14:25:57 pooka Exp $
 #	@(#)files.newconf	7.5 (Berkeley) 5/10/93
 
 version 	20090313
@@ -176,6 +176,12 @@
 #
 # Networking protocols
 #
+
+# Attribute used by various things that need BPF's virtual machine
+#
+define	bpf_filter
+defparam opt_bpf.h	BPF_BUFSIZE
+
 include "net80211/files.net80211"
 include "netatalk/files.netatalk"
 include "netbt/files.netbt"
@@ -1186,11 +1192,6 @@
 file	dev/ic/iic_cpcbus.c		iic_cpcbus
 
 
-# Attribute used by various things that need BPF's virtual machine
-#
-define	bpf_filter
-defparam opt_bpf.h	BPF_BUFSIZE
-
 # Attributes used by the ISDN subsystem
 #
 define	isdndev		# the ISDN subsystem

Index: src/sys/netinet/files.ipfilter
diff -u src/sys/netinet/files.ipfilter:1.8 src/sys/netinet/files.ipfilter:1.9
--- src/sys/netinet/files.ipfilter:1.8	Sun Sep 17 13:43:15 2006
+++ src/sys/netinet/files.ipfilter	Sun Jan 24 14:25:57 2010
@@ -1,10 +1,10 @@
-#	$NetBSD: files.ipfilter,v 1.8 2006/09/17 13:43:15 yamt Exp $
+#	$NetBSD: files.ipfilter,v 1.9 2010/01/24 14:25:57 pooka Exp $
 
 defflag	opt_ipfilter.h	IPFILTER_LOG		# logging of ip packets
 defflag	opt_ipfilter.h	IPFILTER_DEFAULT_BLOCK
 defflag	opt_ipfilter.h	IPFILTER_LOOKUP
 
-defpseudo ipfilter: ifnet		# XXX not really an ifnet
+defpseudo ipfilter: ifnet, bpf_filter		# XXX not really an ifnet
 
 file	dist/ipf/netinet/fil.c			ipfilter
 file	dist/ipf/netinet/ip_auth.c		ipfilter

Reply via email to