Subject: CVS commit: src/lib/libc
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 03/30/2005 16:12:58
Module Name:	src
Committed By:	christos
Date:		Wed Mar 30 16:12:58 UTC 2005

Modified Files:
	src/lib/libc/gen: __glob13.c
	src/lib/libc/net: rcmd.c

Log Message:
use re-entrant versions of getpw*(). In libc only pwcache remains and this
cannot be changed easily because it involves an API change.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/lib/libc/gen/__glob13.c
cvs rdiff -r1.58 -r1.59 src/lib/libc/net/rcmd.c

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