Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 11/13/2006 03:35:59
Module Name:	src
Committed By:	dyoung
Date:		Mon Nov 13 03:35:59 UTC 2006

Modified Files:
	src/sys/dev/ic: atw.c rtw.c
	src/sys/sys: cdefs.h

Log Message:
Stop using typeof() in the bit-twiddling macros, per yamt@'s
suggestion.  This change requires that I use the __PRIuBITS format
string in atw and rtw, so do that.


To generate a diff of this commit:
cvs rdiff -r1.122 -r1.123 src/sys/dev/ic/atw.c
cvs rdiff -r1.79 -r1.80 src/sys/dev/ic/rtw.c
cvs rdiff -r1.62 -r1.63 src/sys/sys/cdefs.h

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