summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
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/netinet6
parentd5db7184e3f5c8d842f1e4407084d75fc49e953e (diff)
downloadFreeBSD-src-9bda36d99712c4dcd253f988e696579f3ce3653c.zip
FreeBSD-src-9bda36d99712c4dcd253f988e696579f3ce3653c.tar.gz
s/__attribute__((__packed__))/__packed/g
Diffstat (limited to 'sys/netinet6')
-rw-r--r--sys/netinet6/in6_cksum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/in6_cksum.c b/sys/netinet6/in6_cksum.c
index fbd95cb..cd49b88 100644
--- a/sys/netinet6/in6_cksum.c
+++ b/sys/netinet6/in6_cksum.c
@@ -110,7 +110,7 @@ in6_cksum(m, nxt, off, len)
u_int32_t ph_len;
u_int8_t ph_zero[3];
u_int8_t ph_nxt;
- } ph __attribute__((__packed__));
+ } ph __packed;
} uph;
union {
u_int8_t c[2];
OpenPOWER on IntegriCloud