]> xenbits.xensource.com Git - libvirt.git/commit
src: remove sys/wait.h from many files
authorDaniel P. Berrangé <berrange@redhat.com>
Thu, 16 Jan 2020 11:38:18 +0000 (11:38 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 4 Feb 2020 14:00:44 +0000 (14:00 +0000)
commitbfeb56b3adbf343f65934d641da87499950a9bf3
tree6cfe331f2893f6c6bf92185fa1be92245faa721a
parentaa52947fc66c7b9d866b155ff88234bbebe714c2
src: remove sys/wait.h from many files

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.

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
22 files changed:
src/libvirt.c
src/lxc/lxc_container.c
src/network/bridge_driver.c
src/openvz/openvz_conf.c
src/openvz/openvz_driver.c
src/qemu/qemu_capabilities.c
src/qemu/qemu_conf.c
src/qemu/qemu_driver.c
src/remote/remote_daemon.c
src/rpc/virnetsocket.c
src/storage/storage_backend_iscsi.c
src/storage/storage_backend_logical.c
src/storage/storage_util.c
src/util/virfdstream.c
src/util/virfile.c
src/util/virhook.c
src/util/viriptables.c
src/util/virnetdevveth.c
src/util/virsysinfo.c
src/vz/vz_driver.c
tests/commandtest.c
tests/testutils.c