Subject: CVS commit: [netbsd-3] src/lib/libc/gen
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 07/11/2005 21:24:36
Module Name:	src
Committed By:	tron
Date:		Mon Jul 11 21:24:36 UTC 2005

Modified Files:
	src/lib/libc/gen [netbsd-3]: getpwent.c

Log Message:
Pull up revision 1.68 (requested by lukem in ticket #540):
getpw{ent,nam,uid}_r():
Return 0 "entry not found" and errno for other failures.
("entry not found" still sets *result to NULL).
Various backends:
don't set the retval to errno (or modify errno) for NS_NOTFOUND.
Per discussion with Klaus Klein.


To generate a diff of this commit:
cvs rdiff -r1.66.2.1 -r1.66.2.2 src/lib/libc/gen/getpwent.c

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