Subject: CVS commit: src/sys/arch/arm/iomd/console
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 06/09/2005 09:23:39
Module Name:	src
Committed By:	he
Date:		Thu Jun  9 09:23:39 UTC 2005

Modified Files:
	src/sys/arch/arm/iomd/console: vt220.c vt220.h

Log Message:
Adapt to compiling with -Wcast-qual by constifying vt220_putstring()'s
first argument.  Also gets rid of unneccessary casts to (u_char*).


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/arm/iomd/console/vt220.c
cvs rdiff -r1.1 -r1.2 src/sys/arch/arm/iomd/console/vt220.h

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