diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-05-09 19:13:10 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-05-11 22:28:05 +0200 |
commit | b635ec5e2fc110d0f7d15cad23487e76b8af4497 (patch) | |
tree | a68d569818bd550565aa4939c1b617760818c2b2 /sys-fs | |
parent | media-gfx/asymptote: remove unused patch (diff) | |
download | gentoo-b635ec5e2fc110d0f7d15cad23487e76b8af4497.tar.gz gentoo-b635ec5e2fc110d0f7d15cad23487e76b8af4497.tar.bz2 gentoo-b635ec5e2fc110d0f7d15cad23487e76b8af4497.zip |
sys-fs/mtd-utils: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30958
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/mtd-utils/files/mtd-utils-2.1.4-glibc-2.36.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sys-fs/mtd-utils/files/mtd-utils-2.1.4-glibc-2.36.patch b/sys-fs/mtd-utils/files/mtd-utils-2.1.4-glibc-2.36.patch deleted file mode 100644 index 69bd1009945f..000000000000 --- a/sys-fs/mtd-utils/files/mtd-utils-2.1.4-glibc-2.36.patch +++ /dev/null @@ -1,17 +0,0 @@ -https://bugs.gentoo.org/864346 - -X-Git-Url: https://git.infradead.org/mtd-utils.git/blobdiff_plain/a315011bd3c237660436e0c796743d61acf4a7b6..ac98b3fc7cb9c122bea4b5d1d351727eb4ea0bac:/tests/fs-tests/lib/tests.c - -diff --git a/tests/fs-tests/lib/tests.c b/tests/fs-tests/lib/tests.c -index d1a2e0c..3db0426 100644 ---- a/tests/fs-tests/lib/tests.c -+++ b/tests/fs-tests/lib/tests.c -@@ -35,7 +35,6 @@ - #include <sys/vfs.h> - #include <sys/mount.h> - #include <sys/statvfs.h> --#include <linux/fs.h> - #include <linux/jffs2.h> - - #include "tests.h" - |