Re: [libvirt] [PATCH] pid_t portability in virExec()

2008-12-17 Thread Daniel P. Berrange
On Tue, Dec 16, 2008 at 06:51:49PM -0800, john.le...@sun.com wrote: > # HG changeset patch > # User john.le...@sun.com > # Date 1229399267 28800 > # Node ID 020f8b8e9340287a6ab3d869b359e39b905cd0ff > # Parent 1b81ac255ad765ab782829e7fe0a55dc7bab72ab > pid_t portability in virExec() > > Use the ri

Re: [libvirt] [PATCH] pid_t portability in virExec()

2008-12-17 Thread Jim Meyering
john.le...@sun.com wrote: > pid_t portability in virExec() > Use the right type for handling process IDs. ... > -int veid, pid; > +int veid; > +pid_t pid; ACK. All of those look fine. -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-lis

[libvirt] [PATCH] pid_t portability in virExec()

2008-12-16 Thread john . levon
# HG changeset patch # User john.le...@sun.com # Date 1229399267 28800 # Node ID 020f8b8e9340287a6ab3d869b359e39b905cd0ff # Parent 1b81ac255ad765ab782829e7fe0a55dc7bab72ab pid_t portability in virExec() Use the right type for handling process IDs. Signed-off-by: John Levon diff --git a/src/ope