Subject: CVS commit: src/bin/ksh
To: None <source-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: source-changes
Date: 05/23/2005 08:03:25
Module Name: src
Committed By: rillig
Date: Mon May 23 08:03:25 UTC 2005
Modified Files:
src/bin/ksh: edit.c emacs.c var.c
Log Message:
Fixed wrong use of the <ctype.h> functions by adding (unsigned char) casts.
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/bin/ksh/edit.c
cvs rdiff -r1.27 -r1.28 src/bin/ksh/emacs.c
cvs rdiff -r1.10 -r1.11 src/bin/ksh/var.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.