Module Name: src Committed By: roy Date: Mon Jul 27 14:06:58 UTC 2020
Modified Files: src/sys/netinet: ip6.h src/sys/netinet6: ip6_input.c Log Message: ip6: Remove __packed attribute from ip6 structures They should naturally align. Add compile time assertations to ip6_input.c to prove this. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/netinet/ip6.h cvs rdiff -u -r1.217 -r1.218 src/sys/netinet6/ip6_input.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.