summaryrefslogtreecommitdiff
path: root/sys/net/if_bridge.h
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2010-11-20 14:23:10 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2010-11-20 14:23:10 +0000
commit5fe9e0fb79d17ad7e86d2ace950fdd36bff7c603 (patch)
treed1d5974dff1243e70ab00933bff2d10066788cac /sys/net/if_bridge.h
parent7f474332e48e1508c540a29f43e5f4ad8698695e (diff)
remove bs_list occurrences. fixes panic on destroy.
ok from the m guild: mikeb@ miod@ mpf@
Diffstat (limited to 'sys/net/if_bridge.h')
-rw-r--r--sys/net/if_bridge.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_bridge.h b/sys/net/if_bridge.h
index 662bdfb4749..4d393b74ff3 100644
--- a/sys/net/if_bridge.h
+++ b/sys/net/if_bridge.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_bridge.h,v 1.33 2010/10/31 15:14:30 mpf Exp $ */
+/* $OpenBSD: if_bridge.h,v 1.34 2010/11/20 14:23:09 fgsch Exp $ */
/*
* Copyright (c) 1999, 2000 Jason L. Wright (jason@thought.net)
@@ -354,7 +354,6 @@ struct bstp_port {
* Software state for each bridge STP.
*/
struct bstp_state {
- LIST_ENTRY(bstp_state) bs_list;
struct ifnet *bs_ifp;
struct bstp_pri_vector bs_bridge_pv;
struct bstp_pri_vector bs_root_pv;