svn commit: samba r12712 - in trunk/source: libsmb nsswitch smbd tdb

Jeremy Allison jra at samba.org
Wed Jan 4 23:17:09 GMT 2006


On Thu, Jan 05, 2006 at 08:56:57AM +1100, James Peach wrote:
> On Wed, 2006-01-04 at 12:45 +0000, jra at samba.org wrote:
> > Author: jra
> > Date: 2006-01-04 12:45:15 +0000 (Wed, 04 Jan 2006)
> > New Revision: 12712
> > 
> > WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12712
> > 
> > Log:
> > Remove use of uint8_t -> uint8.
> 
> So uintX is preferred over uintX_t? Why is this?

No, it's not preferred, it's just used in every other
part of the codebase. We need to be consistent and
at present we have >99% using uintXX. We can easily
change to uintXX_t types in future so long as we're
consistent.

Jeremy.


More information about the samba-technical mailing list