K 10 svn:author V 2 ed K 8 svn:date V 27 2009-09-22T11:29:11.928647Z K 7 svn:log V 280 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 END