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