]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Include unistd.h directly by files using it
authorPeter Krempa <pkrempa@redhat.com>
Mon, 1 Apr 2019 12:47:18 +0000 (14:47 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 10 Apr 2019 07:12:04 +0000 (09:12 +0200)
commita5e16020907e91bca1b0ab6c4ee5dbbdcccf6a54
tree7b06c919d6f9c62a59e3dca5fcd8af30fe9ae22c
parent285c5f28c416b0563c2e92443755dce8010b689e
Include unistd.h directly by files using it

util/virutil.h bogously included unistd.h. Drop it and replace it by
including it directly where needed.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
39 files changed:
src/conf/virnwfilterbindingobj.c
src/libxl/libxl_domain.c
src/locking/lock_daemon_config.c
src/locking/lock_driver_lockd.c
src/logging/log_daemon_config.c
src/lxc/lxc_conf.c
src/lxc/lxc_fuse.c
src/network/leaseshelper.c
src/nwfilter/nwfilter_ebiptables_driver.c
src/qemu/qemu_domain.c
src/remote/remote_daemon_config.c
src/security/security_dac.c
src/security/security_manager.c
src/storage/storage_file_fs.c
src/util/vircgroupv1.c
src/util/vircgroupv2.c
src/util/virnetdev.c
src/util/virnetdevip.c
src/util/virnetdevmacvlan.c
src/util/virnetdevvportprofile.c
src/util/virperf.c
src/util/virpidfile.c
src/util/virpolkit.c
src/util/virresctrl.c
src/util/virutil.h
tests/eventtest.c
tests/objecteventtest.c
tests/scsihosttest.c
tests/vboxsnapshotxmltest.c
tests/virfiletest.c
tests/virfilewrapper.c
tests/virlockspacetest.c
tests/virnetdaemontest.c
tests/virnetsockettest.c
tests/virnettlscontexttest.c
tests/virnettlshelpers.c
tests/virnettlssessiontest.c
tests/virscsitest.c
tests/virstoragetest.c