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

2012-03-02 Thread Peter Krempa
On 02/11/2012 12:55 AM, Eric Blake wrote: Nuke the last vestiges of printing pid_t values with the wrong types, at least in code compiled on mingw64. There may be other places, but for now they are only compiled on systems where the existing %d doesn't trigger gcc warnings. *

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

2012-03-02 Thread Eric Blake
On 03/02/2012 06:00 AM, Peter Krempa wrote: On 02/11/2012 12:55 AM, Eric Blake wrote: Nuke the last vestiges of printing pid_t values with the wrong types, at least in code compiled on mingw64. There may be other places, but for now they are only compiled on systems where the existing %d

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

2012-02-10 Thread Eric Blake
Nuke the last vestiges of printing pid_t values with the wrong types, at least in code compiled on mingw64. There may be other places, but for now they are only compiled on systems where the existing %d doesn't trigger gcc warnings. * src/rpc/virnetsocket.c (virNetSocketNew): Use %lld and