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

Modified Files:
	src/sys/arch/sh3/include: devreg.h

Log Message:
Use foo &= ~(type)mask; instead of foo &= (type)~mask; to make lint happy.
While here, convert to uintN_t.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/arch/sh3/include/devreg.h

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