diff options
Diffstat (limited to 'net/netatalk22/patches/patch-include_atalk_acl.h')
-rw-r--r-- | net/netatalk22/patches/patch-include_atalk_acl.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/netatalk22/patches/patch-include_atalk_acl.h b/net/netatalk22/patches/patch-include_atalk_acl.h new file mode 100644 index 00000000000..f1db7088336 --- /dev/null +++ b/net/netatalk22/patches/patch-include_atalk_acl.h @@ -0,0 +1,13 @@ +$NetBSD: patch-include_atalk_acl.h,v 1.1 2014/06/11 11:03:56 hauke Exp $ + +--- include/atalk/acl.h.orig 2013-07-23 09:10:55.000000000 +0000 ++++ include/atalk/acl.h +@@ -53,7 +53,7 @@ extern int remove_acl_vfs(const char *na + + #else /* HAVE_ACLS=no */ + +-#define O_NETATALK_ACL ++#define O_NETATALK_ACL 0 + #define chmod_acl chmod + + #endif /* HAVE_ACLS */ |