aboutsummaryrefslogtreecommitdiff
path: root/sys/net/bpf.c
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1994-10-09 07:35:18 +0000
committerDavid Greenman <dg@FreeBSD.org>1994-10-09 07:35:18 +0000
commit35c10d223984037248bec0cd8aced0e73cbfcb89 (patch)
treeeba95c30fcd820b31acc12b29ffe0d3beb45f19d /sys/net/bpf.c
parent6dabd3aad2380a9cbceacf89422454f39b8e5ca8 (diff)
downloadsrc-35c10d223984037248bec0cd8aced0e73cbfcb89.tar.gz
src-35c10d223984037248bec0cd8aced0e73cbfcb89.zip
Got rid of map.h. It's a leftover from the rmap code, and we use rlists.
Changed swapmap into swaplist.
Notes
Notes: svn path=/head/; revision=3451
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 97c529fd3253..5ad17a188c2e 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.2 1994/08/02 07:45:51 davidg Exp $
+ * $Id: bpf.c,v 1.3 1994/08/20 03:48:55 davidg Exp $
*/
#include "bpfilter.h"
@@ -58,7 +58,6 @@
#include <sys/proc.h>
#include <sys/user.h>
#include <sys/ioctl.h>
-#include <sys/map.h>
#include <sys/file.h>
#if defined(sparc) && BSD < 199103