diff options
author | Olliver Schinagl <oliver@schinagl.nl> | 2019-04-12 08:22:39 +0200 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-19 20:59:00 +0000 |
commit | 9a92e00856b85bd22f1bd0c51a7c5827d77617eb (patch) | |
tree | 2db0ae46efcf6e644e72a98ea80d183a95c42278 /community/mtd-utils/0002-unittests-libmtd_test-Include-fcntl-header.patch | |
parent | 6c10903577dc6c9b9768ba62c54701b1abd7c2c5 (diff) | |
download | aports-9a92e00856b85bd22f1bd0c51a7c5827d77617eb.tar.bz2 aports-9a92e00856b85bd22f1bd0c51a7c5827d77617eb.tar.xz |
community/mtd-utils: Version bump to 2.1.0
2.1.0 was released 4 weeks ago, so lets bump the version while we're
here.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
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.patch | 26 |
1 files changed, 26 insertions, 0 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 new file mode 100644 index 0000000000..ef36ebc8f4 --- /dev/null +++ b/community/mtd-utils/0002-unittests-libmtd_test-Include-fcntl-header.patch @@ -0,0 +1,26 @@ +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 + |