Module Name: src Committed By: maxv Date: Sun Apr 29 07:05:13 UTC 2018
Modified Files: src/sys/netinet6: icmp6.c ip6_mroute.c raw_ip6.c Log Message: Replace m_copym(m, 0, M_COPYALL, M_DONTWAIT) by m_copypacket(m, M_DONTWAIT) when it is obvious that 'm' has M_PKTHDR set. To generate a diff of this commit: cvs rdiff -u -r1.234 -r1.235 src/sys/netinet6/icmp6.c cvs rdiff -u -r1.125 -r1.126 src/sys/netinet6/ip6_mroute.c cvs rdiff -u -r1.170 -r1.171 src/sys/netinet6/raw_ip6.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.