Subject: CVS commit: src/games/banner
To: None <source-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: source-changes
Date: 06/27/2005 20:32:07
Module Name:	src
Committed By:	rillig
Date:		Mon Jun 27 20:32:07 UTC 2005

Modified Files:
	src/games/banner: banner.c

Log Message:
Changed the type of data_table to be unsigned char[] instead of char[],
because it is initialized with values >= SCHAR_MAX. Also removed two
unnecessary bit mask operations. These changes do not affect the actual
behavior. Also replaced an "#ifdef notdef" with "#if 0". All these
changes are mainly for reducing lint(1) warnings.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 src/games/banner/banner.c

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