Subject: Re: CVS commit: src/sys/arch/i386/include
To: None <kleink@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 05/23/2004 00:20:43
> 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.

how about amd64?

YAMAMOTO Takashi