Re: [libvirt PATCH v2 42/56] src: conditionalize / remove use of poll.h

2020-01-31 Thread Pavel Hrdina
On Tue, Jan 28, 2020 at 01:11:23PM +, Daniel P. Berrangé wrote: > Remove imports of poll.h which are redundant, and > conditionalize remaining usage that needs to compile > on Windows platforms. > > Signed-off-by: Daniel P. Berrangé > --- > src/util/virpolkit.c | 2 +- > src/util/virutil.c

[libvirt PATCH v2 42/56] src: conditionalize / remove use of poll.h

2020-01-28 Thread Daniel P . Berrangé
Remove imports of poll.h which are redundant, and conditionalize remaining usage that needs to compile on Windows platforms. Signed-off-by: Daniel P. Berrangé --- src/util/virpolkit.c | 2 +- src/util/virutil.c| 1 - tests/commandhelper.c | 2 +- 3 files changed, 2 insertions(+), 3 deletion