On 10/31/2012 11:02 AM, Daniel P. Berrange wrote:
> From: "Daniel P. Berrange" <[email protected]>
> 
> virPidFileReadPathIfAlive passed in an 'int *' where a 'pid_t *'
> was expected, which breaks on Mingw64 targets. Also a few places
> were using '%d' for formatting pid_t, change them to '%lld' and
> force a cast to the longer type as done elsewhere in the same
> file.
> 
> Signed-off-by: Daniel P. Berrange <[email protected]>
> ---
>  src/util/virpidfile.c |  4 ++--
>  src/util/virprocess.c | 13 +++++++------
>  2 files changed, 9 insertions(+), 8 deletions(-)

ACK.

-- 
Eric Blake   [email protected]    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to