Subject: CVS commit: src/sys/dev/hpc
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 05/22/2006 20:40:07
Module Name:	src
Committed By:	uwe
Date:		Mon May 22 20:40:07 UTC 2006

Modified Files:
	src/sys/dev/hpc: hpf1275a_tty.c

Log Message:
#include <dev/wscons/wsksymvar.h> as gcc4 doesn't like arrays,
pckbd_keydesctab[] in this case, with incomplete element types (older
versions of gcc allow them as long as you don't try to access them).


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/dev/hpc/hpf1275a_tty.c

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