Re: [libvirt PATCH v2 44/56] src: remove sys/wait.h from many files

2020-01-31 Thread Pavel Hrdina
On Tue, Jan 28, 2020 at 01:11:25PM +, Daniel P. Berrangé wrote: > Most code now uses the virProcess / virCommand APIs, so > the need for sys/wait.h is quite limited. Removing this > include removes the dependency on GNULIB providing a > dummy sys/wait.h for Windows. > > Signed-off-by: Daniel P

[libvirt PATCH v2 44/56] src: remove sys/wait.h from many files

2020-01-28 Thread Daniel P . Berrangé
Most code now uses the virProcess / virCommand APIs, so the need for sys/wait.h is quite limited. Removing this include removes the dependency on GNULIB providing a dummy sys/wait.h for Windows. Signed-off-by: Daniel P. Berrangé --- src/libvirt.c | 1 - src/lxc/lxc_contai