Subject: PR/32516 CVS commit: src/lib/libc/sys
To: None <elad@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Tyler R. Retzlaff <rtr@netbsd.org>
List: netbsd-bugs
Date: 03/25/2006 01:25:01
The following reply was made to PR lib/32516; it has been noted by GNATS.

From: "Tyler R. Retzlaff" <rtr@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/32516 CVS commit: src/lib/libc/sys
Date: Sat, 25 Mar 2006 01:24:28 +0000 (UTC)

 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.