summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_cksum.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2007-01-12 07:20:25 +0000
committerimp <imp@FreeBSD.org>2007-01-12 07:20:25 +0000
commitaafe8d188ddd358fcb0ebdd74004fc1c7c352d5d (patch)
treeb11145d109453d37e79339f8adf81ccb01577118 /sys/netinet6/in6_cksum.c
parent4280bacc6737dcd60c9e3a3871c84072add3e929 (diff)
downloadFreeBSD-src-aafe8d188ddd358fcb0ebdd74004fc1c7c352d5d.zip
FreeBSD-src-aafe8d188ddd358fcb0ebdd74004fc1c7c352d5d.tar.gz
Marked these as packed correctly
Diffstat (limited to 'sys/netinet6/in6_cksum.c')
-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 19b73fa..17f4cf5 100644
--- a/sys/netinet6/in6_cksum.c
+++ b/sys/netinet6/in6_cksum.c
@@ -100,7 +100,7 @@ in6_cksum(struct mbuf *m, u_int8_t nxt, u_int32_t off, u_int32_t len)
u_int32_t ph_len;
u_int8_t ph_zero[3];
u_int8_t ph_nxt;
- } ph __packed;
+ } __packed ph;
} uph;
union {
u_int8_t c[2];
OpenPOWER on IntegriCloud