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

New package asciidoctor
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Mar 25 12:22:25 2019 +0200 (2019-03-25)
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 */,