--- zzzz-none-000/linux-2.6.32.60/usr/gen_init_cpio.c 2012-10-07 21:41:24.000000000 +0000 +++ ur8-7270-606/linux-2.6.32.60/usr/gen_init_cpio.c 2011-07-20 07:23:51.000000000 +0000 @@ -439,8 +439,7 @@ } else { dname = name; } - rc = cpio_mkfile(dname, cpio_replace_env(location), - mode, uid, gid, nlinks); + rc = cpio_mkfile(dname, cpio_replace_env(location), mode, uid, gid, nlinks); fail: if (dname_len) free(dname); return rc;