Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/sys
Module Name: src
Committed By: kre
Date: Mon Feb 15 09:29:57 UTC 2021
Modified Files:
src/sys/sys: mbuf.h
Log Message:
Don't compare int against size_t .. since mbuf lengths should never
be negative, cast it from int to size_t (rather than the other way
around). Hopefully fix build.
To generate a diff of this commit:
cvs rdiff -u -r1.229 -r1.230 src/sys/sys/mbuf.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index