aboutsummaryrefslogtreecommitdiffstats
path: root/community/mtd-utils/0002-unittests-libmtd_test-Include-fcntl-header.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-29 00:25:35 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-29 00:31:53 +0100
commitd420552f02af2ad6a15cf3a70b76bf86b222c07e (patch)
tree8ab7137ed9264312aee69292d009509e70357ea7 /community/mtd-utils/0002-unittests-libmtd_test-Include-fcntl-header.patch
parent78a6ed13e4b5cd182f28be18694d543ae179446b (diff)
downloadaports-d420552f02af2ad6a15cf3a70b76bf86b222c07e.tar.bz2
aports-d420552f02af2ad6a15cf3a70b76bf86b222c07e.tar.xz
Remove more stale patches from community/
Diffstat (limited to 'community/mtd-utils/0002-unittests-libmtd_test-Include-fcntl-header.patch')
-rw-r--r--community/mtd-utils/0002-unittests-libmtd_test-Include-fcntl-header.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/community/mtd-utils/0002-unittests-libmtd_test-Include-fcntl-header.patch b/community/mtd-utils/0002-unittests-libmtd_test-Include-fcntl-header.patch
deleted file mode 100644
index ef36ebc8f4..0000000000
--- a/community/mtd-utils/0002-unittests-libmtd_test-Include-fcntl-header.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 051b912155115d0966d90917aa2b601d958461a4 Mon Sep 17 00:00:00 2001
-From: Olliver Schinagl <oliver@schinagl.nl>
-Date: Mon, 15 Apr 2019 09:49:06 +0200
-Subject: [PATCH 2/3] unittests/libmtd_test: Include fcntl header
-
-The test library for the mtd unit tests include various type's and
-macro's that officially live in fcntl. Each file and header should
-always properly include what they use, so lets add the fcntl headers.
-
-Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
----
- tests/unittests/libmtd_test.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/tests/unittests/libmtd_test.c b/tests/unittests/libmtd_test.c
-index 633d94a..176d2ef 100644
---- a/tests/unittests/libmtd_test.c
-+++ b/tests/unittests/libmtd_test.c
-@@ -1,3 +1,4 @@
-+#include <fcntl.h>
- #include <stdarg.h>
- #include <setjmp.h>
- #include <stddef.h>
---
-2.20.1
-