summaryrefslogtreecommitdiffstats
path: root/target/ext2/genext2fs-02-nosquash_devtable.patch
blob: 947e61ac394def06c17b055544194cf91b545455 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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);