diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2008-06-14 19:13:43 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2008-06-14 19:13:43 +0000 |
commit | e24a5f78bf2d12757be73a5293bc0d73ef7634e7 (patch) | |
tree | 06c3d7b53378e82553ef59a3c5f5118ec749d2d7 /sys/net/bridgestp.c | |
parent | b46f9a02665b086f429987f6afe8a98474718f41 (diff) |
Remove NBPFILTER conditional since we do not include "bpfilter.h" and the
<net/bpf.h> header is not required here.
ok henning@
Diffstat (limited to 'sys/net/bridgestp.c')
-rw-r--r-- | sys/net/bridgestp.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/net/bridgestp.c b/sys/net/bridgestp.c index e05e1be468a..39ccd4402f8 100644 --- a/sys/net/bridgestp.c +++ b/sys/net/bridgestp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bridgestp.c,v 1.33 2008/06/13 19:08:19 henning Exp $ */ +/* $OpenBSD: bridgestp.c,v 1.34 2008/06/14 19:13:42 jsing Exp $ */ /* * Copyright (c) 2000 Jason L. Wright (jason@thought.net) @@ -65,10 +65,6 @@ __FBSDID("$FreeBSD: /repoman/r/ncvs/src/sys/net/bridgestp.c,v 1.25 2006/11/03 03 #include <netinet/if_ether.h> #endif -#if NBPFILTER > 0 -#include <net/bpf.h> -#endif - #include <net/if_bridge.h> /* STP port states */ |