Subject: CVS commit: [netbsd-3] src/lib/libc/gen
To: None <source-changes@NetBSD.org>
From: Geert Hendrickx <ghen@netbsd.org>
List: source-changes
Date: 07/13/2006 09:29:40
Module Name:	src
Committed By:	ghen
Date:		Thu Jul 13 09:29:40 UTC 2006

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

Log Message:
Pull up following revision(s) (requested by ginsbach in ticket #1399):
	lib/libc/gen/getpwent.c: revision 1.72
Fix YP lookup latency reported by Stephen M. Jones on tech-net.  This is a
performance regression between 2.0 and 3.0.  The passwd compat method was
incorrectly querying the NIS server with yp_first()/yp_next() rather than
using yp_match() with the correct key.


To generate a diff of this commit:
cvs rdiff -r1.66.2.2 -r1.66.2.3 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.