Module Name: src Committed By: njoly Date: Fri May 9 17:25:11 UTC 2014
Modified Files:
src/lib/libc/sys: msync.2
Log Message:
Remove error condition for negative length parameter; the
corresponding type is unsigned (size_t) and thus the value cannot be
negative.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/lib/libc/sys/msync.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
