Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/22/1997 01:30:01
thorpej
Tue Jan 21 17:21:07 PST 1997
Update of /cvsroot/src/lib/libc/gen
In directory netbsd1:/var/slash-tmp/cvs-serv8293

Modified Files:
	getgrent.c 
Log Message:
Don't transfer the entire YP database using yp_{first,next}(); instead
use yp_match(), which is much more efficient.

>From Michael.Eriksson@era-t.ericsson.se, PR #3114.


thorpej
Tue Jan 21 17:26:30 PST 1997
Update of /cvsroot/doc
In directory netbsd1:/var/slash-tmp/cvs-serv9541

Modified Files:
	CHANGES 
Log Message:
Note YP RPC timeout and getgr{nam,gid}() changes.