Module Name: src Committed By: mlelstv Date: Sat Feb 29 16:59:00 UTC 2020
Modified Files: src/sys/sys: mbuf.h Log Message: Follow FreeBSD and cast MLEN and MHLEN to int. mbuf length arithmtic is done with signed integers and this avoids comparisons with different signedness. To generate a diff of this commit: cvs rdiff -u -r1.222 -r1.223 src/sys/sys/mbuf.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.