summaryrefslogtreecommitdiffstats
path: root/sys/net/bridgestp.c
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2005-10-14 02:38:47 +0000
committerthompsa <thompsa@FreeBSD.org>2005-10-14 02:38:47 +0000
commit117e7120fa181d5236c7e36d4f4fd5bc3811fbc8 (patch)
tree79681e5e8c326ab9ad2fb9850212ba23c6a8ec86 /sys/net/bridgestp.c
parenta2a05b4695590e296794cfb6673385b755a86bfe (diff)
downloadFreeBSD-src-117e7120fa181d5236c7e36d4f4fd5bc3811fbc8.zip
FreeBSD-src-117e7120fa181d5236c7e36d4f4fd5bc3811fbc8.tar.gz
Further clean up the bridge hooks in if_ethersubr.c and ng_ether.c
- move the function pointer definitions to if_bridgevar.h - move most of the logic to the new BRIDGE_INPUT and BRIDGE_OUTPUT macros - remove unneeded functions from if_bridgevar.h and sort a little.
Diffstat (limited to 'sys/net/bridgestp.c')
-rw-r--r--sys/net/bridgestp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/bridgestp.c b/sys/net/bridgestp.c
index 76250f1..1c48842 100644
--- a/sys/net/bridgestp.c
+++ b/sys/net/bridgestp.c
@@ -52,7 +52,6 @@ __FBSDID("$FreeBSD$");
#include <sys/proc.h>
#include <sys/lock.h>
#include <sys/mutex.h>
-#include <sys/condvar.h>
#include <net/if.h>
#include <net/if_dl.h>
OpenPOWER on IntegriCloud