Subject: CVS commit: [netbsd-2-0] src/sys/arch/i386/include
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 05/22/2004 17:46:14
Module Name:	src
Committed By:	he
Date:		Sat May 22 17:46:14 UTC 2004

Modified Files:
	src/sys/arch/i386/include [netbsd-2-0]: int_limits.h

Log Message:
Pull up revision 1.4 (requested by kleink in ticket #376):
  Change {u,}int_fast{8,16}_t to 32-bit types, as the previous
  minimum-width implementation was a rather poor choice.

  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.2 -r1.2.28.1 src/sys/arch/i386/include/int_limits.h

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