Re: [libvirt] [PATCH libvirt 2/3] build: fix output of pid values

2012-05-02 Thread Eric Blake
On 04/20/2012 07:13 AM, Marc-André Lureau wrote: Fix a few more places where pid_t is printed with wrong type --- src/conf/domain_audit.c |4 ++-- src/conf/domain_conf.c |4 ++-- src/util/command.c |2 +- src/util/virpidfile.c |2 +- 4 files changed, 6

[libvirt] [PATCH libvirt 2/3] build: fix output of pid values

2012-04-20 Thread Marc-André Lureau
Fix a few more places where pid_t is printed with wrong type --- src/conf/domain_audit.c |4 ++-- src/conf/domain_conf.c |4 ++-- src/util/command.c |2 +- src/util/virpidfile.c |2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/conf/domain_audit.c