Subject: CVS commit: src/lib/libc/sys
To: None <source-changes@NetBSD.org>
From: Tyler R. Retzlaff <rtr@netbsd.org>
List: source-changes
Date: 03/25/2006 01:24:28
Module Name:	src
Committed By:	rtr
Date:		Sat Mar 25 01:24:28 UTC 2006

Modified Files:
	src/lib/libc/sys: mmap.2

Log Message:
Remove "len was less than zero" from the list of reasons that the function
will fail with EINVAL since the len param is size_t and couldn't possibly
be "less than zero".

Resolves pr32516


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 src/lib/libc/sys/mmap.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.