Subject: CVS commit: src/sys/arch/i386/include
To: None <source-changes@NetBSD.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 05/21/2004 22:52:06
Module Name:	src
Committed By:	kleink
Date:		Fri May 21 22:52:06 UTC 2004

Modified Files:
	src/sys/arch/i386/include: int_fmtio.h int_limits.h int_mwgwtypes.h

Log Message:
Change {u,}int_fast{8,16}_t to 32-bit types, as the previous minimum-
width implementation was a rather poor choice.  Per discussion with
Charles Hannum.

Note: While this is technically an ABI change I believe it is a
change that we can afford at this time (and to be pulled up to
2.0).  The types are not widely used yet, and a survey of pkgsrc
has not shown uses that would be adversely affected by it.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/arch/i386/include/int_fmtio.h
cvs rdiff -r1.3 -r1.4 src/sys/arch/i386/include/int_limits.h
cvs rdiff -r1.2 -r1.3 src/sys/arch/i386/include/int_mwgwtypes.h

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