aboutsummaryrefslogtreecommitdiffstats
path: root/community/libvirt/stderr-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/libvirt/stderr-fix.patch')
-rw-r--r--community/libvirt/stderr-fix.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/libvirt/stderr-fix.patch b/community/libvirt/stderr-fix.patch
deleted file mode 100644
index 9d26721872c..00000000000
--- a/community/libvirt/stderr-fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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
- *