diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-08 17:48:23 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-06-08 17:48:23 +0000 |
commit | 5642a4aac134d1e632cd8413e7919e7f37a27dc9 (patch) | |
tree | f3fec94d27db1729ac9bcce8158b24a7a213575a /sys | |
parent | b7d4b730fc6a343d598320f3e05144319f4d5bd8 (diff) |
missed one; pointed out by ben fleis <ben@monkey.org>
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pcmcia/if_rayreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/if_rayreg.h b/sys/dev/pcmcia/if_rayreg.h index 067b6255433..1fbf3baec87 100644 --- a/sys/dev/pcmcia/if_rayreg.h +++ b/sys/dev/pcmcia/if_rayreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rayreg.h,v 1.3 2001/06/08 04:32:29 mickey Exp $ */ +/* $OpenBSD: if_rayreg.h,v 1.4 2001/06/08 17:48:22 mickey Exp $ */ /* $NetBSD: if_rayreg.h,v 1.3 2000/08/10 11:48:46 ad Exp $ */ /* @@ -244,7 +244,7 @@ struct ray_startup_params_tail_5 { u_int8_t sp_privacy_must_start; u_int8_t sp_privacy_can_join; u_int8_t sp_basic_rate_set[8]; -} __attribute__((__packed__)); +}; /* build 4 (webgear) tail to the startup params */ struct ray_startup_params_tail_4 { |