Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 07/27/1999 19:12:34
Module Name:	basesrc
Committed By:	hubertf
Date:		Wed Jul 28 02:12:34 UTC 1999

Modified Files:
	basesrc/games/bcd: bcd.c

Log Message:
This patch makes bcd(6) use `const' where appropriate, and use
unsigned char rather than char for values that end up passed to
isascii() and also used as array indices.

Patch submitted by Joseph Myers <jsm28@cam.ac.uk> in PR 8093.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 basesrc/games/bcd/bcd.c

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