Subject: CVS commit: src/sys/arch/amd64/include
To: None <source-changes@NetBSD.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 05/23/2004 22:17:10
Module Name:	src
Committed By:	kleink
Date:		Sun May 23 22:17:10 UTC 2004

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

Log Message:
Change {u,}int_fast{8,16}_t to 32-bit types.

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, which will be the first release for amd64).  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.2 -r1.3 src/sys/arch/amd64/include/int_fmtio.h \
    src/sys/arch/amd64/include/int_mwgwtypes.h

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