diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-29 00:25:35 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-29 00:31:53 +0100 |
commit | d420552f02af2ad6a15cf3a70b76bf86b222c07e (patch) | |
tree | 8ab7137ed9264312aee69292d009509e70357ea7 /community/mtd-utils/0001-unittests-test_lib-Include-proper-header-for-_IOC_SI.patch | |
parent | 78a6ed13e4b5cd182f28be18694d543ae179446b (diff) | |
download | aports-d420552f02af2ad6a15cf3a70b76bf86b222c07e.tar.bz2 aports-d420552f02af2ad6a15cf3a70b76bf86b222c07e.tar.xz |
Remove more stale patches from community/
Diffstat (limited to 'community/mtd-utils/0001-unittests-test_lib-Include-proper-header-for-_IOC_SI.patch')
-rw-r--r-- | community/mtd-utils/0001-unittests-test_lib-Include-proper-header-for-_IOC_SI.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/community/mtd-utils/0001-unittests-test_lib-Include-proper-header-for-_IOC_SI.patch b/community/mtd-utils/0001-unittests-test_lib-Include-proper-header-for-_IOC_SI.patch deleted file mode 100644 index 7fa734c4e9..0000000000 --- a/community/mtd-utils/0001-unittests-test_lib-Include-proper-header-for-_IOC_SI.patch +++ /dev/null @@ -1,27 +0,0 @@ -From f602ef9a7de97e4d9fd016b2aaa08ec5b4f86710 Mon Sep 17 00:00:00 2001 -From: Olliver Schinagl <oliver@schinagl.nl> -Date: Mon, 15 Apr 2019 09:47:34 +0200 -Subject: [PATCH 1/3] unittests/test_lib: Include proper header for _IOC_SIZE - -The macro _IOC_SIZE is not part of sys/ioctl.h but lives in asm/ioctl.h -so we should include the proper header. If we do not, some systems -complain during linking that they cannot find the symbol _IOC_SIZE() -which was not expanded by the pre-compiler. - -Signed-off-by: Olliver Schinagl <oliver@schinagl.nl> ---- - tests/unittests/test_lib.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/tests/unittests/test_lib.h b/tests/unittests/test_lib.h -index 7a6a003..cd94d9f 100644 ---- a/tests/unittests/test_lib.h -+++ b/tests/unittests/test_lib.h -@@ -1,3 +1,4 @@ -+#include <asm/ioctl.h> - #include <stdarg.h> - #include <setjmp.h> - #include <stddef.h> --- -2.20.1 - |