wok-next view ecryptfs-utils/stuff/patches/fix-build.patch @ rev 21667

updated fsarchiver (0.6.12 -> 0.8.5)
author Hans-G?nter Theisgen
date Sat Jun 27 16:40:22 2020 +0100 (2020-06-27)
parents
children
line source
1 --- ecryptfs-utils-111.orig/src/utils/mount.ecryptfs_private.c 2016-01-22 18:04:52.000000000 +0200
2 +++ ecryptfs-utils-111/src/utils/mount.ecryptfs_private.c 2017-01-20 08:39:31.877975729 +0200
3 @@ -235,7 +235,7 @@
4 * deceive other programs with a crafted /proc/self/*. See
5 * https://launchpad.net/bugs/1530566 for more details.
6 */
7 - __SWORD_TYPE f_type_whitelist[] = {
8 + static const uint32_t f_type_whitelist[] = {
9 0x61756673 /* AUFS_SUPER_MAGIC */,
10 0x9123683E /* BTRFS_SUPER_MAGIC */,
11 0x00C36400 /* CEPH_SUPER_MAGIC */,