diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-03-25 15:33:36 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-03-25 15:36:29 +0100 |
commit | 4e44d1bcfa9acbdab1d9c8e86a363a3db6491928 (patch) | |
tree | f18a914feb6271191a01d27e557d74dea3664112 /testing/zfs-grsec/0001-Add-missing-fcntl.h-to-includes-in-mount_zfs.c.patch | |
parent | f7c486c359a63f5fadab9aace1fbbd9e969e318d (diff) | |
download | aports-4e44d1bcfa9acbdab1d9c8e86a363a3db6491928.tar.bz2 aports-4e44d1bcfa9acbdab1d9c8e86a363a3db6491928.tar.xz |
testing/zfs-grsec: upgrade to 0.6.5.6 and rebase patches
musl patches have been split and send upstream.
Diffstat (limited to 'testing/zfs-grsec/0001-Add-missing-fcntl.h-to-includes-in-mount_zfs.c.patch')
-rw-r--r-- | testing/zfs-grsec/0001-Add-missing-fcntl.h-to-includes-in-mount_zfs.c.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/zfs-grsec/0001-Add-missing-fcntl.h-to-includes-in-mount_zfs.c.patch b/testing/zfs-grsec/0001-Add-missing-fcntl.h-to-includes-in-mount_zfs.c.patch new file mode 100644 index 0000000000..ca8909c425 --- /dev/null +++ b/testing/zfs-grsec/0001-Add-missing-fcntl.h-to-includes-in-mount_zfs.c.patch @@ -0,0 +1,11 @@ +--- ./cmd/mount_zfs/mount_zfs.c.orig ++++ ./cmd/mount_zfs/mount_zfs.c +@@ -32,6 +32,7 @@ + #include <sys/stat.h> + #include <libzfs.h> + #include <locale.h> + #include <getopt.h> ++#include <fcntl.h> + + #define ZS_COMMENT 0x00000000 /* comment */ + #define ZS_ZFSUTIL 0x00000001 /* caller is zfs(8) */ |