From 48f395a6c2cefb0ed8fc0179ffd75d874d4e1624 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 1 Dec 2006 18:25:18 +0000 Subject: [PATCH] fix typo in last commit --- sys/net/bridgestp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/net/bridgestp.h b/sys/net/bridgestp.h index 845fc96750b..b9717ce1913 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 */