From owner-cvs-lib Tue Apr 1 22:20:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA09529 for cvs-lib-outgoing; Tue, 1 Apr 1997 22:20:15 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA09521; Tue, 1 Apr 1997 22:20:10 -0800 (PST) Date: Tue, 1 Apr 1997 22:20:10 -0800 (PST) From: Mike Pritchard Message-Id: <199704020620.WAA09521@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen pwcache.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 97/04/01 22:20:10 Modified: lib/libc/gen pwcache.c Log: The user_from_{uid,gid} routines would return garbage if the uid/gid in question was in the cache, but did not exist in the password file. This causes the -nouser and -nogroup options to find(1) to only print the first file owned by an unknown user/group in some cases. Revision Changes Path 1.5 +2 -2 src/lib/libc/gen/pwcache.c