diff options
Diffstat (limited to 'net/netatalk3/files/patch-include_atalk_acl.h')
-rw-r--r-- | net/netatalk3/files/patch-include_atalk_acl.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/netatalk3/files/patch-include_atalk_acl.h b/net/netatalk3/files/patch-include_atalk_acl.h new file mode 100644 index 000000000000..22d69aa3c152 --- /dev/null +++ b/net/netatalk3/files/patch-include_atalk_acl.h @@ -0,0 +1,10 @@ +--- include/atalk/acl.h.orig 2014-07-28 11:01:46.000000000 -0400 ++++ include/atalk/acl.h 2014-07-28 11:01:58.000000000 -0400 +@@ -61,6 +61,7 @@ extern int remove_acl_vfs(const char *na + #else /* HAVE_ACLS=no */ + + #define O_NETATALK_ACL 0 ++#define O_IGNORE 0 + #define chmod_acl chmod + + #endif /* HAVE_ACLS */ |