Subject: CVS commit: src/dist/cdk
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 10/27/2004 20:26:26
Module Name:	src
Committed By:	dsl
Date:		Wed Oct 27 20:26:26 UTC 2004

Modified Files:
	src/dist/cdk: entry.c mentry.c

Log Message:
Mask 'char' arguments to ctype functions with 0xff, an (int) cast doesn't
solve the problem of charcter codes 0x80..0xff


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/dist/cdk/entry.c
cvs rdiff -r1.3 -r1.4 src/dist/cdk/mentry.c

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