aboutsummaryrefslogtreecommitdiffstats
path: root/main/libvirt/stderr-fix.patch
blob: 9d26721872c5b278a3c00179e02926c088981f29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/src/qemu/qemu_process.c	2019-03-07 18:52:23.722271821 +0100
+++ b/src/qemu/qemu_process.c	2019-03-07 18:53:53.129064501 +0100
@@ -92,6 +92,10 @@
 
 VIR_LOG_INIT("qemu.qemu_process");
 
+#ifdef stderr
+#  undef stderr
+#endif
+
 /**
  * qemuProcessRemoveDomainStatus
  *