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

Jim Meyering jim at meyering.net
Wed Dec 17 13:28:14 UTC 2008


john.levon at 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.




More information about the libvir-list mailing list