aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/qemu/files/musl-patches/xattr_size_max.patch')
-rw-r--r--app-emulation/qemu/files/musl-patches/xattr_size_max.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/app-emulation/qemu/files/musl-patches/xattr_size_max.patch b/app-emulation/qemu/files/musl-patches/xattr_size_max.patch
deleted file mode 100644
index 1a33cbf5..00000000
--- a/app-emulation/qemu/files/musl-patches/xattr_size_max.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/hw/9pfs/9p.c b/hw/9pfs/9p.c
-index faebd91..a0f15b6 100644
---- a/hw/9pfs/9p.c
-+++ b/hw/9pfs/9p.c
-@@ -25,6 +25,10 @@
- #include "trace.h"
- #include "migration/migration.h"
-
-+#ifdef __linux__
-+#include <linux/limits.h> /* for XATTR_SIZE_MAX */
-+#endif
-+
- int open_fd_hw;
- int total_open_fd;
- static int open_fd_rc;