Subject: Re: mklocale, take 2
To: James Chacon <jchacon@genuity.net>
From: None <itojun@iijlab.net>
List: tech-userlevel
Date: 10/18/2001 08:47:52
>In runetype.h bring in inttypes.h and remove the reference to 
>machine/int_types.h. Also change the machine/ansi.h to sys/types.h and also
>include wchar.h. This way most of the duplication for setting wint_t, size_t,
>etc can be removed. Finally, change all __*int* ref's to the corresponding
>inttypes.h standard ones. 
>
>Except for sys/cdefs.h this code should compile anywhere now.

	to be sure i have to check standard, but IIRC the change should not be
	made.  __*int* references, as well as these _BSD_*_T #defines, were
	made due to the inclusion file ordering issue.

itojun