On Sat, Oct 14, 2006 at 10:53:46PM +1000, Robert Lunnon wrote:
Seems these typedefs have found their way into some of the source files, from my recollection these definitions aren't used. What is the official typedef for these types; IE u_int32_t uint32_t or UINT32
The C99 type is 'uint32_t' - and should be defined by inttypes.h
David