Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Simon J. Gerraty <sjg@netbsd.org>
List: source-changes
Date: 05/18/2004 22:14:35
Module Name:	src
Committed By:	sjg
Date:		Tue May 18 22:14:35 UTC 2004

Modified Files:
	src/lib/libc/gen: pwcache.c
	src/tools/compat: compat_defs.h compat_pwd.h

Log Message:
Apply patch from OGAWA Takaya to fix FreeBSD hosted builds.
The trick is to force use of the NetBSD versions of user_from_{uid,gid}().

PR: 24843


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/lib/libc/gen/pwcache.c
cvs rdiff -r1.34 -r1.35 src/tools/compat/compat_defs.h
cvs rdiff -r1.2 -r1.3 src/tools/compat/compat_pwd.h

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