diff options
author | 2006-05-28 00:33:04 +0000 | |
---|---|---|
committer | 2006-05-28 00:33:04 +0000 | |
commit | 3e50ab40c5da0e27ed096bc08aec59fe2a9537fa (patch) | |
tree | 1c65ae7b25fa2cf382df92a2367ce31e48f2c21a | |
parent | Don't print tape media information during probe. This is transitory (diff) | |
download | wireguard-openbsd-3e50ab40c5da0e27ed096bc08aec59fe2a9537fa.tar.xz wireguard-openbsd-3e50ab40c5da0e27ed096bc08aec59fe2a9537fa.zip |
fix a whitespace error causing confusion
-rw-r--r-- | sys/net/if_bridge.h | 4 |
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; |