Subject: CVS commit: src/sys/net
To: None <source-changes@NetBSD.org>
From: Rui Paulo <rpaulo@netbsd.org>
List: source-changes
Date: 12/05/2005 21:46:00
Module Name:	src
Committed By:	rpaulo
Date:		Mon Dec  5 21:46:00 UTC 2005

Modified Files:
	src/sys/net: bpf.h bpf_filter.c

Log Message:
Make the bpf_maxbufsize a constant when bpfilter pseudo-device is not
present in the kernel config, thus fixing the build. Problem reported
by Havard Eidnes. Solution proposed by Christos, thanks.


To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 src/sys/net/bpf.h
cvs rdiff -r1.24 -r1.25 src/sys/net/bpf_filter.c

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