Subject: CVS commit: src/sys/arch/hpcsh/dev
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 01/21/2006 23:16:57
Module Name:	src
Committed By:	uwe
Date:		Sat Jan 21 23:16:57 UTC 2006

Modified Files:
	src/sys/arch/hpcsh/dev: pfckbd.c

Log Message:
pfckbd_input: make edge and mask unsigned ints to avoid lint warning
about obscure semantics change in ANSI C.  Saves one extu.w too.
Move edge assignment out of if conditional expression.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sys/arch/hpcsh/dev/pfckbd.c

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