Subject: CVS commit: basesrc/usr.sbin/user
To: None <source-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 10/22/2001 14:00:06
Module Name:	basesrc
Committed By:	agc
Date:		Mon Oct 22 11:00:06 UTC 2001

Modified Files:
	basesrc/usr.sbin/user: Makefile user.c

Log Message:
+ add backwards compatibility hook for old pw_mkdb() calls with no args

+ remove some unused code in a comment.

+ add F_SHELL flag in userdel

+ use a separate local declaration for a temporary variable, rather
than overloading a variable that's used for something else.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 basesrc/usr.sbin/user/Makefile
cvs rdiff -r1.44 -r1.45 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.