summaryrefslogtreecommitdiffstats
path: root/sys/net/if_arc.h
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2002-09-23 06:25:08 +0000
committeralfred <alfred@FreeBSD.org>2002-09-23 06:25:08 +0000
commit9bda36d99712c4dcd253f988e696579f3ce3653c (patch)
treec64473ad2e9302c65a81387cb678dd7c17089662 /sys/net/if_arc.h
parentd5db7184e3f5c8d842f1e4407084d75fc49e953e (diff)
downloadFreeBSD-src-9bda36d99712c4dcd253f988e696579f3ce3653c.zip
FreeBSD-src-9bda36d99712c4dcd253f988e696579f3ce3653c.tar.gz
s/__attribute__((__packed__))/__packed/g
Diffstat (limited to 'sys/net/if_arc.h')
-rw-r--r--sys/net/if_arc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_arc.h b/sys/net/if_arc.h
index b430698..9f2da93 100644
--- a/sys/net/if_arc.h
+++ b/sys/net/if_arc.h
@@ -46,7 +46,7 @@
*/
struct arc_addr {
u_int8_t arc_addr_octet[1];
-} __attribute__((__packed__));
+} __packed;
/*
* Structure of a 2.5MB/s Arcnet header.
@@ -69,7 +69,7 @@ struct arc_header {
u_int8_t arc_type2; /* same as arc_type */
u_int8_t arc_flag2; /* real flag value */
u_int16_t arc_seqid2; /* real seqid value */
-} __attribute__((__packed__));
+} __packed;
#define ARC_ADDR_LEN 1
OpenPOWER on IntegriCloud