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