Module Name: src Committed By: njoly Date: Fri May 30 16:11:01 UTC 2014
Modified Files:
src/lib/libc/sys: munmap.2
Log Message:
len argument is of unsigned type (size_t) and thus cannot be negative;
remove corresponding statement in ERRORS.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/lib/libc/sys/munmap.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
