CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/04/22 16:47:50
Modified files:
sys/netinet : in_cksum.c
sys/netinet6 : in6.h in6_cksum.c
Log message:
In in_cksum() and in6_cksum() convert types to C99 style and make
both functions consistent. In in_cksum() panic if len is longer
than mbuf, but in in6_cksum() do not panic if off and len match
exactly to the end of mbuf.
OK claudio@
