summaryrefslogtreecommitdiffstats
path: root/sys/net/bpf.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-04-07 17:32:42 +0000
committerbde <bde@FreeBSD.org>1996-04-07 17:32:42 +0000
commitcfdfb3c281cd6aecdf142a332ce950994f4c4a18 (patch)
treeb57f3e3a78bf739af4522d98d12427c7d83345ae /sys/net/bpf.c
parent20b5c8f9a647c6eb187977f0ccd47f48658e5547 (diff)
downloadFreeBSD-src-cfdfb3c281cd6aecdf142a332ce950994f4c4a18.zip
FreeBSD-src-cfdfb3c281cd6aecdf142a332ce950994f4c4a18.tar.gz
Removed now-unused #includes of <machine/cpu.h>. They were for bootverbose
being declared in the wrong place.
Diffstat (limited to 'sys/net/bpf.c')
-rw-r--r--sys/net/bpf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/bpf.c b/sys/net/bpf.c
index 4eebdcc..4d63b1b 100644
--- a/sys/net/bpf.c
+++ b/sys/net/bpf.c
@@ -37,7 +37,7 @@
*
* @(#)bpf.c 8.2 (Berkeley) 3/28/94
*
- * $Id: bpf.c,v 1.22 1996/02/06 18:51:04 wollman Exp $
+ * $Id: bpf.c,v 1.23 1996/03/28 14:33:11 scrappy Exp $
*/
#include "bpfilter.h"
@@ -53,7 +53,6 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/conf.h>
-#include <machine/cpu.h> /* for bootverbose */
#include <sys/mbuf.h>
#include <sys/buf.h>
#include <sys/time.h>
OpenPOWER on IntegriCloud