diff options
author | 2021-01-01 01:41:51 +0100 | |
---|---|---|
committer | 2021-01-01 01:41:51 +0100 | |
commit | 4c78c13255d7e52e097e9015fc946b7ae1d80082 (patch) | |
tree | a3353e69110f644d6531cfed86b32ac8224e6ec7 /app-emulation/qemu-guest-agent/files | |
parent | app-crypt/yubikey-manager: Remove old (py3.6) (diff) | |
download | gentoo-4c78c13255d7e52e097e9015fc946b7ae1d80082.tar.gz gentoo-4c78c13255d7e52e097e9015fc946b7ae1d80082.tar.bz2 gentoo-4c78c13255d7e52e097e9015fc946b7ae1d80082.zip |
app-emulation/qemu-guest-agent: Remove old (py3.6)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-emulation/qemu-guest-agent/files')
-rw-r--r-- | app-emulation/qemu-guest-agent/files/qemu-guest-agent-2.5.0-sysmacros.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/app-emulation/qemu-guest-agent/files/qemu-guest-agent-2.5.0-sysmacros.patch b/app-emulation/qemu-guest-agent/files/qemu-guest-agent-2.5.0-sysmacros.patch deleted file mode 100644 index 4d5690c59ae..00000000000 --- a/app-emulation/qemu-guest-agent/files/qemu-guest-agent-2.5.0-sysmacros.patch +++ /dev/null @@ -1,17 +0,0 @@ -https://bugs.gentoo.org/580924 - -Linux C libs are moving away from implicit header pollution with sys/types.h - ---- a/include/qemu/osdep.h -+++ b/include/qemu/osdep.h -@@ -78,6 +78,10 @@ extern int daemon(int, int); - #include <assert.h> - #include <signal.h> - -+#ifdef __linux__ -+#include <sys/sysmacros.h> -+#endif -+ - #ifdef __OpenBSD__ - #include <sys/signal.h> - #endif |