Date: Mon, 21 May 2007 14:38:21 +0000 (UTC) From: Olivier Houchard <cognet@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet6 nd6.c Message-ID: <200705211438.l4LEcLqb075961@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
cognet 2007-05-21 14:38:21 UTC
FreeBSD src repository
Modified files:
sys/netinet6 nd6.c
Log:
Force the alignment of the chars arrays, as they are casted later to
structs.
gcc 4.2 doesn't do it by default, and that results in unaligned access on
arm.
Reviewed by: gnn, imp
Revision Changes Path
1.78 +2 -2 src/sys/netinet6/nd6.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705211438.l4LEcLqb075961>
