From 5fe9e0fb79d17ad7e86d2ace950fdd36bff7c603 Mon Sep 17 00:00:00 2001 From: "Federico G. Schwindt" Date: Sat, 20 Nov 2010 14:23:10 +0000 Subject: remove bs_list occurrences. fixes panic on destroy. ok from the m guild: mikeb@ miod@ mpf@ --- sys/net/if_bridge.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/net/if_bridge.h') 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; -- cgit v1.2.3