Subject: Re: CVS commit: src/lib/librpcsvc
To: None <david@l8s.co.uk>
From: M. Warner Losh <imp@bsdimp.com>
List: source-changes
Date: 09/21/2003 16:51:08
In message: <20030921192600.L1261@snowdrop.l8s.co.uk>
            David Laight <david@l8s.co.uk> writes:
: > use {u_,}int32_t instead of {u,}int32(={u_,}long)
: 
: Why?  IIRC uint32_t (and friends) are the 'standard' names and should
: be defined by intypes.h.

FYI: FreeBSD is moving away from the traditional BSD types (u_intXX_t)
to the C99 standardized types (uintXX_t).

Warner