diff options
Diffstat (limited to 'net/netatalk/patches/patch-include_atalk_acl.h')
-rw-r--r-- | net/netatalk/patches/patch-include_atalk_acl.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/netatalk/patches/patch-include_atalk_acl.h b/net/netatalk/patches/patch-include_atalk_acl.h new file mode 100644 index 00000000000..d3178057df6 --- /dev/null +++ b/net/netatalk/patches/patch-include_atalk_acl.h @@ -0,0 +1,13 @@ +$NetBSD: patch-include_atalk_acl.h,v 1.1 2013/07/23 13:28:17 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 */ |