aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-09-23 06:25:08 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-09-23 06:25:08 +0000
commitebc82cbbf01c9c5686e288b279faf53750347b81 (patch)
treec64473ad2e9302c65a81387cb678dd7c17089662 /sys/netinet6
parente30c8e45bce0b2eaff40521478d4c25a18209173 (diff)
downloadsrc-ebc82cbbf01c9c5686e288b279faf53750347b81.tar.gz
src-ebc82cbbf01c9c5686e288b279faf53750347b81.zip
s/__attribute__((__packed__))/__packed/g
Notes
Notes: svn path=/head/; revision=103842
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 fbd95cbbaaa0..cd49b882449b 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];