Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/hpc
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.
Home |
Main Index |
Thread Index |
Old Index