aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/mtd-utils/patches/010-fix-rpmatch.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2018-03-18 00:53:32 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2018-03-18 00:59:18 +0100
commite2738603518fb2f19399df9ceedc96034a742980 (patch)
treef51993e832d4185d5b559a94d1273f7697667d3f /package/utils/mtd-utils/patches/010-fix-rpmatch.patch
parent5d3fbd59962981676a61d2c667870d5fbb67535f (diff)
downloadupstream-e2738603518fb2f19399df9ceedc96034a742980.tar.gz
upstream-e2738603518fb2f19399df9ceedc96034a742980.tar.bz2
upstream-e2738603518fb2f19399df9ceedc96034a742980.zip
mtd: fix compile warnings
This callback should have one parameter less, this parameter is not used so this was not a so big problem. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/utils/mtd-utils/patches/010-fix-rpmatch.patch')
-rw-r--r--package/utils/mtd-utils/patches/010-fix-rpmatch.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/mtd-utils/patches/010-fix-rpmatch.patch b/package/utils/mtd-utils/patches/010-fix-rpmatch.patch
index 9d0de7f521..8374a26e9b 100644
--- a/package/utils/mtd-utils/patches/010-fix-rpmatch.patch
+++ b/package/utils/mtd-utils/patches/010-fix-rpmatch.patch
@@ -1,6 +1,6 @@
--- a/include/common.h
+++ b/include/common.h
-@@ -137,10 +137,12 @@ static inline bool prompt(const char *ms
+@@ -152,10 +152,12 @@ static inline bool prompt(const char *ms
}
if (strcmp("\n", line) != 0) {