Files
pkgsrc-ng/net/netatalk22/patches/patch-include_atalk_acl.h
2016-01-21 23:40:00 +01:00

14 lines
353 B
C

$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 */