X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fmtd-utils%2Fpatches%2F133-error-fix.patch;h=0fe072a6fb06febcf7405b41d78d945840ce2b73;hb=3d441205155900e8e87043ff48e85e4b65fc45a0;hp=ada1ea8e44c3be8fe284690109c0ed2fbb88478c;hpb=3c67143588f55c2f4bfe4b11be00113218d48cc6;p=lede-git%2F.git diff --git a/tools/mtd-utils/patches/133-error-fix.patch b/tools/mtd-utils/patches/133-error-fix.patch index ada1ea8e44..0fe072a6fb 100644 --- a/tools/mtd-utils/patches/133-error-fix.patch +++ b/tools/mtd-utils/patches/133-error-fix.patch @@ -1,6 +1,6 @@ --- a/mkfs.jffs2.c +++ b/mkfs.jffs2.c -@@ -471,7 +471,7 @@ static int interpret_table_entry(struct +@@ -468,7 +468,7 @@ static int interpret_table_entry(struct if (entry) { /* Check the type */ if ((mode & S_IFMT) != (entry->sb.st_mode & S_IFMT)) { @@ -9,7 +9,7 @@ free(name); free(hostpath); return 1; -@@ -487,7 +487,7 @@ static int interpret_table_entry(struct +@@ -484,7 +484,7 @@ static int interpret_table_entry(struct } } else { if (type == 'f' || type == 'l') {