diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2020-08-24 11:53:23 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-08-26 23:29:35 +0200 |
commit | 561031921f987bde136854586d216ec1e0e50efc (patch) | |
tree | 4adf425230fbf6e84b1194ab9ff07def05862e01 /tools/mtd-utils/patches/100-sscanf_fix.patch | |
parent | 00722a720c778e623d6f37af3a3b4e43b29c3fe8 (diff) | |
download | upstream-561031921f987bde136854586d216ec1e0e50efc.tar.gz upstream-561031921f987bde136854586d216ec1e0e50efc.tar.bz2 upstream-561031921f987bde136854586d216ec1e0e50efc.zip |
tools: mtd-utils: Update to version 2.1.2
The release notes says this:
As already said, the changes since 2.1.1 are primarily bug fixes, addressing
compiler warnings and issues reported by diagnostic tools, but also build
failures for some configurations.
https://lists.infradead.org/pipermail/linux-mtd/2020-July/081299.html
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'tools/mtd-utils/patches/100-sscanf_fix.patch')
-rw-r--r-- | tools/mtd-utils/patches/100-sscanf_fix.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mtd-utils/patches/100-sscanf_fix.patch b/tools/mtd-utils/patches/100-sscanf_fix.patch index ae6f86722b..a36be078d5 100644 --- a/tools/mtd-utils/patches/100-sscanf_fix.patch +++ b/tools/mtd-utils/patches/100-sscanf_fix.patch @@ -1,6 +1,6 @@ --- a/jffsX-utils/mkfs.jffs2.c +++ b/jffsX-utils/mkfs.jffs2.c -@@ -427,7 +427,7 @@ static int interpret_table_entry(struct +@@ -428,7 +428,7 @@ static int interpret_table_entry(struct if (sscanf (line, "%" SCANF_PREFIX "s %c %lo %lu %lu %lu %lu %lu %lu %lu", SCANF_STRING(name), &type, &mode, &uid, &gid, &major, &minor, |