Subject: CVS commit: basesrc/usr.sbin/mtree
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 01/29/2002 02:29:33
Module Name:	basesrc
Committed By:	lukem
Date:		Tue Jan 29 00:29:32 UTC 2002

Modified Files:
	basesrc/usr.sbin/mtree: getid.c

Log Message:
don't bother initialising pwfile[] to _PATH_MASTERPASSWD and grfile[]
to _PATH_GROUP, because the simple_get{pw,gr}*() functions should not
be called by anything before those path arrays are setup by setup_getid().


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 basesrc/usr.sbin/mtree/getid.c

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