Subject: CVS commit: src/usr.sbin/user
To: None <source-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 07/20/2005 21:42:58
Module Name:	src
Committed By:	agc
Date:		Wed Jul 20 21:42:58 UTC 2005

Modified Files:
	src/usr.sbin/user: user.c

Log Message:
Commit changes from Liam J. Foy:

- system(), rmdir() sets errno, use it
- Use warnx() if strchr failed, not warn()
- Constify some arguments
- Fix cases when errx()/warnx() should be used instead of err()/warn()
  due to errno not being set.

Group code:
------------
- List members in a neat fashion, separated by commas
- groupmod(): Use find_group_info - consistency


To generate a diff of this commit:
cvs rdiff -r1.80 -r1.81 src/usr.sbin/user/user.c

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