From b4099dc0b292d25c7c0e33467ccb1921f16b1f18 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Mon, 31 Jan 2005 22:51:29 +0000 Subject: mtd-utils: and now the real typo (thanks for bk sfiles -c) BKrev: 41feb671XfB7WJqI-tyTHwtOfsO5PA --- packages/mtd/mtd-utils/add-exclusion-to-mkfs-jffs2.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'packages/mtd') diff --git a/packages/mtd/mtd-utils/add-exclusion-to-mkfs-jffs2.patch b/packages/mtd/mtd-utils/add-exclusion-to-mkfs-jffs2.patch index e6bb48c9e0..b63868cbb2 100644 --- a/packages/mtd/mtd-utils/add-exclusion-to-mkfs-jffs2.patch +++ b/packages/mtd/mtd-utils/add-exclusion-to-mkfs-jffs2.patch @@ -1,10 +1,10 @@ # -# Patch managed by http://www.holgerschurig.de/patcher.html +# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher # ---- mtd/util/mkfs.jffs2.c~add-exclusion-to-mkfs-jffs2 -+++ mtd/util/mkfs.jffs2.c +--- mtd/util/mkfs.jffs2.c~add-exclusion-to-mkfs-jffs2 2004-11-27 00:00:13.000000000 +0100 ++++ mtd/util/mkfs.jffs2.c 2005-01-31 22:52:33.830141174 +0100 @@ -92,7 +92,12 @@ struct filesystem_entry *files; /* Only relevant to directories */ }; @@ -31,8 +31,8 @@ sb.st_uid, sb.st_gid, sb.st_mode, 0, parent); + while ( element ) { -+ if ( strcmp( element->name, hostpath ) == 0 ) { -+ printf( "Note: ignoring directories below '%s'\n", hostpath ); ++ if ( strcmp( element->name, targetpath ) == 0 ) { ++ printf( "Note: ignoring directories below '%s'\n", targetpath ); + return entry; + break; + } -- cgit v1.2.3