[PATCH] Change SMB_BIG_UINT to uint64_t

Jelmer Vernooij jelmer at samba.org
Sat Oct 11 13:51:40 GMT 2008


Since Samba 3 already requires {u,}int64_t to be around, it seems
pointless to have a separate type for it anymore, and it ends up being a
uint128_t (?) on 64-bit machines. This is one of the prerequisites of
sharing fsusage() between Samba 3 and Samba 4, since Samba 4 uses
uint64_t already.

The attached patch replaces all uses of SMB_BIG_{U,}INT with
{u,}int64_t.

If nobody objects to this patch, I'll push it to the master branch in a
couple of days.

Cheers,

Jelmer
-- 
Jelmer Vernooij <jelmer at samba.org> - http://samba.org/~jelmer/
Jabber: jelmer at jabber.fsfe.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smb-big-uint-to-uint64.diff.bz2
Type: application/x-bzip
Size: 19636 bytes
Desc: not available
Url : http://lists.samba.org/archive/samba-technical/attachments/20081011/d632c4ab/smb-big-uint-to-uint64.diff.bin


More information about the samba-technical mailing list