summaryrefslogtreecommitdiff
path: root/target/ext2
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-02-15 09:44:16 +0000
committerEric Andersen <andersen@codepoet.org>2005-02-15 09:44:16 +0000
commitf4649ed2546757f2ec503076b52e103821019fc5 (patch)
tree76c0194115eec32ef0d0960da381e136568ec7e6 /target/ext2
parent587277d8a012c24c634f54d25c70f474d3e764c7 (diff)
doh. The first hunk of my patch was redundant
Diffstat (limited to 'target/ext2')
-rw-r--r--target/ext2/genext2fs_nosquash_devtable.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/target/ext2/genext2fs_nosquash_devtable.patch b/target/ext2/genext2fs_nosquash_devtable.patch
index 21519ee8e..947e61ac3 100644
--- a/target/ext2/genext2fs_nosquash_devtable.patch
+++ b/target/ext2/genext2fs_nosquash_devtable.patch
@@ -1,14 +1,5 @@
--- genext2fs-1.3/genext2fs.c~ 2005-02-15 02:21:18.000000000 -0700
+++ genext2fs-1.3/genext2fs.c 2005-02-15 02:17:09.000000000 -0700
-@@ -1302,6 +1302,8 @@
- {
- mode = uid = gid = major = minor = 0;
- start = 0; increment = 1; count = 0;
-+ uid = gid = 0;
-+ mode &= ~(FM_IRWXG | FM_IRWXO);
- lineno++;
- if((c = strchr(line, '#')))
- *c = 0;
@@ -1322,10 +1324,6 @@
}
else