diff options
Diffstat (limited to 'sys/net/if_token.h')
-rw-r--r-- | sys/net/if_token.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/net/if_token.h b/sys/net/if_token.h index 666cc45fb1d..00dc3e2361d 100644 --- a/sys/net/if_token.h +++ b/sys/net/if_token.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_token.h,v 1.5 2003/11/07 10:16:46 jmc Exp $ */ +/* $OpenBSD: if_token.h,v 1.6 2003/11/16 20:30:07 avsm Exp $ */ /* $NetBSD: if_token.h,v 1.6 1999/11/19 20:41:19 thorpej Exp $ */ /* @@ -43,7 +43,7 @@ struct token_header { u_int8_t token_fc; /* frame control field */ u_int8_t token_dhost[ISO88025_ADDR_LEN]; /* dest. address */ u_int8_t token_shost[ISO88025_ADDR_LEN]; /* source address */ -} __attribute__((__packed__)); +} __packed; #define TOKEN_MAX_BRIDGE 8 @@ -51,7 +51,7 @@ struct token_header { struct token_rif { u_int16_t tr_rcf; /* route control field */ u_int16_t tr_rdf[TOKEN_MAX_BRIDGE]; /* route-designator fields */ -} __attribute__((__packed__)); +} __packed; /* standard values for address control and frame control field */ #define TOKEN_AC 0x10 |