diff options
author | 2001-06-08 17:48:22 +0000 | |
---|---|---|
committer | 2001-06-08 17:48:22 +0000 | |
commit | 85f00df4bcb75bcd1502b2b289a143d15848f05e (patch) | |
tree | 0390e940ffab6740522825773c6ca8f81e6ccde0 | |
parent | swiss french (diff) | |
download | wireguard-openbsd-85f00df4bcb75bcd1502b2b289a143d15848f05e.tar.xz wireguard-openbsd-85f00df4bcb75bcd1502b2b289a143d15848f05e.zip |
missed one; pointed out by ben fleis <ben@monkey.org>
-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 { |