[libvirt] [PATCH 2/2] build: allow for 64-bit pid

Michal Privoznik mprivozn at redhat.com
Thu Jan 26 09:08:26 UTC 2012


On 26.01.2012 01:51, Eric Blake wrote:
> Convert daemon code to handle 64-bit pid_t (even though at the
> moment, it is not compiled on mingw).
> 
> * daemon/remote.c (remoteDispatchAuthList)
> (remoteDispatchAuthPolkit): Print pid_t via %lld.
> ---
>  daemon/remote.c |   50 +++++++++++++++++++++++++++++---------------------
>  1 files changed, 29 insertions(+), 21 deletions(-)
> 

ACK, although I haven't seen an architecture with 8B pid_t. But reading
POSIX pid_t should be signed int.

Michal




More information about the libvir-list mailing list