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