diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2014-07-28 18:31:18 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2014-07-28 18:31:18 +0000 |
commit | 7c459c3312459c97cd17919f7017773bf2a24949 (patch) | |
tree | 74bc92fff8051164101c62c23108847a23b20ceb /net/netatalk3/files/patch-include_atalk_acl.h | |
parent | Bump PORTREVISION to catch net/GeoIP update. (diff) |
Update to 3.1.3 and disable DTRACE option as it is broken.
PR: 191157 (dtrace)
Notes
Notes:
svn path=/head/; revision=363216
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 */ |