also install required files for HAVE_INCLUDES
[buildroot.git] / target / ext2 / genext2fs-1.4-nosquash.patch
blob236dfccdfd67482f8409c2813867d187645a200d
1 diff -ru genext2fs-1.4/genext2fs.c genext2fs-1.4-nosquash/genext2fs.c
2 --- genext2fs-1.4/genext2fs.c 2006-12-19 17:45:31.000000000 +0100
3 +++ genext2fs-1.4-nosquash/genext2fs.c 2007-02-09 10:47:05.000000000 +0100
4 @@ -1629,10 +1629,6 @@
5 mtime = st.st_mtime;
6 name = dent->d_name;
7 mode = get_mode(&st);
8 - if(squash_uids)
9 - uid = gid = 0;
10 - if(squash_perms)
11 - mode &= ~(FM_IRWXG | FM_IRWXO);
12 if(stats)
13 switch(st.st_mode & S_IFMT)