Subject: CVS commit: basesrc/usr.sbin/user
To: None <source-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 08/06/2002 14:56:28
Module Name: basesrc
Committed By: agc
Date: Tue Aug 6 11:56:27 UTC 2002
Modified Files:
basesrc/usr.sbin/user: user.c
Log Message:
Add a function is_local_user(), and use it in moduser(), to check that
the user is not found through NIS.
Completes fix of PR 17849, from Grant Beattie (grant@netbsd.org).
Also, don't cast return type of pw_abort(3) to void, as it already is void.
To generate a diff of this commit:
cvs rdiff -r1.55 -r1.56 basesrc/usr.sbin/user/user.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.