On 06/14/2011 04:46 PM, James Youngman wrote:
> * find/ftsfind.c (show_outstanding_execdirs): Now that
> execp->state.cmd_argc is a size_t, we can't print it with %d.  So
> print it with PRIuMAX (and include <inttypes.h> to define that).

Or suck in the fprintf-posix module, and use %zu instead of PRIuMAX, to
save a cast.  But that's pretty heavy-weight, so your approach is fine.

> @@ -31,6 +42,7 @@
>       (prec_name): Likewise!  Also remove spurious parentheses around
>       return value.
>       (prec_name): Remove spurious parentheses around return value.
> +
>       * lib/buildcmd.h (buildcmd_state): change types of several fields

Was this hunk intentional?

-- 
Eric Blake   [email protected]    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to