Module Name: src Committed By: maxv Date: Fri May 18 18:52:17 UTC 2018
Modified Files: src/sys/netinet: ip6.h src/sys/sys: mbuf.h Log Message: IP6_EXTHDR_GET performs a basic mbuf operation, which has nothing to do with IPv6. So declare an IP-independent M_REGION_GET, and make IP6_EXTHDR_GET an alias to it. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/netinet/ip6.h cvs rdiff -u -r1.205 -r1.206 src/sys/sys/mbuf.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.