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