Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.sbin/user



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@localhost 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.




Home | Main Index | Thread Index | Old Index