freebsd-src/sys/dev/kbd
Ed Schouten 052002e6f2 Use an unsigned integer for storing the key code.
It seems Clang breaks when checking for SPCLKEY, which is now
0x80000000. Using an unsigned integer fixes this. This is also
consistent with other pieces of kbd/syscons code, because these also use
u_int.

Submitted by:	rdivacky
2009-09-22 11:29:11 +00:00
..
kbd.c Use an unsigned integer for storing the key code. 2009-09-22 11:29:11 +00:00
kbdreg.h Whitespace nitpicking 2009-04-09 19:11:08 +00:00
kbdtables.h