aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mtd-utils/patches/120-include_sysmacros.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2018-04-15 19:25:17 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2018-04-28 15:29:13 +0200
commitc7cd166479b77e2d799da175282bed4b9521eb42 (patch)
treeaabcd9d86041147c9165f40b6d7277b3b62635aa /tools/mtd-utils/patches/120-include_sysmacros.patch
parentbf167f8a9a75894a4d7300755f141ec7cb8bc37d (diff)
downloadupstream-c7cd166479b77e2d799da175282bed4b9521eb42.tar.gz
upstream-c7cd166479b77e2d799da175282bed4b9521eb42.tar.bz2
upstream-c7cd166479b77e2d799da175282bed4b9521eb42.zip
tools/mtd-utils: update to version 2.0.2
This version now uses autotools to configure the build system. They are also using the newly added zlib package. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Tested-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'tools/mtd-utils/patches/120-include_sysmacros.patch')
-rw-r--r--tools/mtd-utils/patches/120-include_sysmacros.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/tools/mtd-utils/patches/120-include_sysmacros.patch b/tools/mtd-utils/patches/120-include_sysmacros.patch
deleted file mode 100644
index 81ba1cfb2b..0000000000
--- a/tools/mtd-utils/patches/120-include_sysmacros.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 9a06f45ec71116d76ee4b268ebe1b33d45b06fc0 Mon Sep 17 00:00:00 2001
-From: Mike Frysinger <vapier@gentoo.org>
-Date: Sat, 16 Apr 2016 22:10:43 -0400
-Subject: [PATCH mtd-utils] include sys/sysmacros.h for major/minor/makedev
-
-These functions have always been defined in sys/sysmacros.h under
-Linux C libraries. For some, including sys/types.h implicitly
-includes that as well, but glibc wants to deprecate that, and some
-others already have. Include the header explicitly for the funcs.
-
-Signed-off-by: Mike Frysinger <vapier@gentoo.org>
----
- include/common.h | 1 +
- 1 file changed, 1 insertion(+)
-
---- a/include/common.h
-+++ b/include/common.h
-@@ -27,6 +27,7 @@
- #include <fcntl.h>
- #include <errno.h>
- #include <inttypes.h>
-+#include <sys/sysmacros.h>
- #include "version.h"
-
- #ifndef PROGRAM_NAME