summaryrefslogtreecommitdiffstats
path: root/target/ext2/genext2fs-02-nosquash_devtable.patch
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-03-20 16:42:51 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-03-20 16:42:51 +0000
commit0e59ed02089d4c337c1ab2edcc62672ca51425f9 (patch)
treea297eaf2d83373554303859f4e1cb7e4ed24c72c /target/ext2/genext2fs-02-nosquash_devtable.patch
parente3ea4c5cda6fe6f48c362e02aadcf32a5e92ee9d (diff)
downloadbuildroot-novena-0e59ed02089d4c337c1ab2edcc62672ca51425f9.tar.gz
buildroot-novena-0e59ed02089d4c337c1ab2edcc62672ca51425f9.zip
- bump version. Closes #1225
Diffstat (limited to 'target/ext2/genext2fs-02-nosquash_devtable.patch')
-rw-r--r--target/ext2/genext2fs-02-nosquash_devtable.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/target/ext2/genext2fs-02-nosquash_devtable.patch b/target/ext2/genext2fs-02-nosquash_devtable.patch
deleted file mode 100644
index 947e61ac3..000000000
--- a/target/ext2/genext2fs-02-nosquash_devtable.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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
-@@ -1322,10 +1324,6 @@
- }
- else
- {
-- if(squash_uids)
-- uid = gid = 0;
-- if(squash_perms)
-- mode &= ~(FM_IRWXG | FM_IRWXO);
- mode &= FM_IMASK;
- path2 = strdup(path);
- name = basename(path);