Subject: CVS commit: basesrc/distrib/utils/libhack
To: None <source-changes@netbsd.org>
From: Roland Dowdeswell <elric@netbsd.org>
List: source-changes
Date: 05/13/2002 09:38:15
Module Name: basesrc
Committed By: elric
Date: Mon May 13 06:38:15 UTC 2002
Modified Files:
basesrc/distrib/utils/libhack: getpwent.c
Log Message:
Modified pwmatchline to return the value to pw_class. This is not
strictly necessary for the install floppy, but it enables one to
build a rescue floppy with ssh(1) on it. ssh dereferences pw->pw_class
and will therefore core dump if it is not set to something.
Reviewed By: simonb@NetBSD.ORG
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 basesrc/distrib/utils/libhack/getpwent.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.