]> git.ipfire.org Git - thirdparty/pciutils.git/commit
pciutils: Remove #include <unistd.h> from files which do not need it
authorPali Rohár <pali@kernel.org>
Sun, 26 Dec 2021 21:11:36 +0000 (22:11 +0100)
committerMartin Mares <mj@ucw.cz>
Thu, 10 Feb 2022 11:58:17 +0000 (12:58 +0100)
commitb5bbc1adb18bffb03f76d933ac4ab971e04e385b
treee39e655e993bdbd67e522a6cab879e06a41ff2df
parente4ec9322dc6b05bab1138cbb5ce621fd763f89a0
pciutils: Remove #include <unistd.h> from files which do not need it

In more files is <unistd.h> header file included without any usage.

MSVC does not provide this header file so remove this useless usage of
<unistd.h> to allow compilation under MSVC.
common.c
lib/i386-ports.c
ls-kernel.c