Patch: Convert uint32/16/8 to _t for the code in source3/util
Jeremy Allison
jra at samba.org
Wed May 6 18:00:32 MDT 2015
On Wed, May 06, 2015 at 07:45:29AM -0700, Richard Sharpe wrote:
> One more patch ...
>
> --
> Regards,
> Richard Sharpe
> (何以解憂?唯有杜康。--曹操)
> From 672f504df681baaf1dd72cae4d48d746a94ce309 Mon Sep 17 00:00:00 2001
> From: Richard Sharpe <rsharpe at samba.org>
> Date: Wed, 6 May 2015 06:52:25 -0700
> Subject: [PATCH] Convert all uses of uint32/16/8 to _t in the code in
> source3/util.
>
> I did not touch the command-parsing in tdb_tool, which currently only accepts
> uint32 and int32 etc. If anyone wants to change that, feel free.
LGTM except for the changes in source3/utils/dbwrap_tool.c.
We shouldn't change names in text strings unless we're also
changing (or adding) parsing for the new types.
More information about the samba-technical
mailing list