Subject: Re: CVS commit: basesrc
To: None <itojun@iijlab.net>
From: Chris G. Demetriou <cgd@sibyte.com>
List: source-changes
Date: 06/13/2000 11:30:11
itojun@iijlab.net writes:
> 	- if u_int32_t is not available, use configure.in to #define u_int32_t
> 	  into 32bit unsigned integer type.

if you want portable fixed-size types, you should be using uintNN_t,
rather than u_intNN_t, anyway.

(inttypes.h is standardized, more systems are picking it up...)


cgd