aboutsummaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2006-12-01 18:25:18 +0000
committerWarner Losh <imp@FreeBSD.org>2006-12-01 18:25:18 +0000
commit48f395a6c2cefb0ed8fc0179ffd75d874d4e1624 (patch)
tree1d265bad665e2fa1c9c57902597006a59f22a8f4 /sys/net
parenta0858e10ac9532dd6e2e307ade729dfe66819e2c (diff)
Notes
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/bridgestp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/bridgestp.h b/sys/net/bridgestp.h
index 845fc96750b2..b9717ce19137 100644
--- a/sys/net/bridgestp.h
+++ b/sys/net/bridgestp.h
@@ -217,7 +217,7 @@ struct bstp_cbpdu {
uint16_t cbu_hellotime; /* hello time */
uint16_t cbu_forwarddelay; /* forwarding delay */
uint8_t cbu_versionlen; /* version 1 length */
-} __packed__;
+} __packed;
#define BSTP_BPDU_STP_LEN (3 + 35) /* LLC + STP pdu */
#define BSTP_BPDU_RSTP_LEN (3 + 36) /* LLC + RSTP pdu */