summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/net/if_bridge.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_bridge.h b/sys/net/if_bridge.h
index f764cf5e157..24e2abd2567 100644
--- a/sys/net/if_bridge.h
+++ b/sys/net/if_bridge.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_bridge.h,v 1.28 2005/10/09 19:44:22 reyk Exp $ */
+/* $OpenBSD: if_bridge.h,v 1.29 2006/05/28 00:33:04 henning Exp $ */
/*
* Copyright (c) 1999, 2000 Jason L. Wright (jason@thought.net)
@@ -239,7 +239,7 @@ struct bridge_rtnode {
* Software state for each bridge
*/
struct bridge_softc {
- struct ifnet sc_if; /* the interface */
+ struct ifnet sc_if; /* the interface */
LIST_ENTRY(bridge_softc) sc_list; /* all bridges */
u_int64_t sc_designated_root;
u_int64_t sc_bridge_id;