diff options
author | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2015-11-28 15:21:46 +0000 |
---|---|---|
committer | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2015-11-28 15:21:46 +0000 |
commit | 2445b49a1c9d9e759a5d5b5bfb9a303fd60f709b (patch) | |
tree | a3a487f8ed39c8c3299e92c8408a51e80300b3e9 /sys/net | |
parent | 25fedfa5154da2a4d2edf9487deb49534acae01d (diff) |
Delete sc_root_port which became unused when RSTP is merged.
ok reyk mpi
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/if_bridge.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_bridge.h b/sys/net/if_bridge.h index 5158b14ef6e..ac4bdfc3e80 100644 --- a/sys/net/if_bridge.h +++ b/sys/net/if_bridge.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bridge.h,v 1.46 2015/11/07 12:42:19 mpi Exp $ */ +/* $OpenBSD: if_bridge.h,v 1.47 2015/11/28 15:21:45 yasuoka Exp $ */ /* * Copyright (c) 1999, 2000 Jason L. Wright (jason@thought.net) @@ -421,7 +421,6 @@ struct bridge_rtnode { */ struct bridge_softc { struct ifnet sc_if; /* the interface */ - struct bridge_iflist *sc_root_port; u_int32_t sc_brtmax; /* max # addresses */ u_int32_t sc_brtcnt; /* current # addrs */ int sc_brttimeout; /* timeout ticks */ |