Subject: CVS commit: src/usr.sbin/user
To: None <source-changes@netbsd.org>
From: Jason R. Fink <jrf@netbsd.org>
List: source-changes
Date: 03/14/2003 18:56:41
Module Name:	src
Committed By:	jrf
Date:		Fri Mar 14 16:56:40 UTC 2003

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

Log Message:
This addresses PR 20156. isalnum(), isdigit() and isspace() are used with
char as a parameter. On platforms with char signed by default, those are wrong.
Thanks to Christian Biere christianbiere@gmx.de for the patch he supplied.
I tested the patch and agc approved it for commit.


To generate a diff of this commit:
cvs rdiff -r1.66 -r1.67 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.