summaryrefslogtreecommitdiff
path: root/sys/dev/ic/anreg.h
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2007-10-05 23:23:56 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2007-10-05 23:23:56 +0000
commit231e9b6545a8d0924bcf5930a81ec9eec2649b92 (patch)
treee96d56d53a5537a520e4892a2fe508b84f939cef /sys/dev/ic/anreg.h
parent2172e88e87e0cdd558936b9c0d68e929300b11be (diff)
gilles missed one of the __attribute__((__packed__)) here in
the __attribute__((__packed__)) -> __packed conversion.
Diffstat (limited to 'sys/dev/ic/anreg.h')
-rw-r--r--sys/dev/ic/anreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/anreg.h b/sys/dev/ic/anreg.h
index 46cfb1734a7..39ea1e94a29 100644
--- a/sys/dev/ic/anreg.h
+++ b/sys/dev/ic/anreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: anreg.h,v 1.11 2007/10/04 19:33:11 gilles Exp $ */
+/* $OpenBSD: anreg.h,v 1.12 2007/10/05 23:23:55 jsg Exp $ */
/* $NetBSD: anreg.h,v 1.11 2005/01/15 11:01:46 dyoung Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -330,7 +330,7 @@ struct an_rid_ssidlist {
struct an_rid_ssid_entry {
u_int16_t an_ssid_len;
char an_ssid[32];
- } __attribute__((__packed__)) an_entry[3]; /* 25 for fwver.5 */
+ } __packed an_entry[3]; /* 25 for fwver.5 */
} __packed;
/*