summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_solarisacl.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-10-23 16:13:28 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-10-23 09:29:18 +0200
commit60a06ff09cb62d4102a89194ce8fef5c4c5a2f16 (patch)
treef530ec150058c22713358290d38fdd72d0f33f14 /source3/modules/vfs_solarisacl.h
parentbd099c49f816f8f7faad7da34370bcec2d59a0aa (diff)
downloadsamba-60a06ff09cb62d4102a89194ce8fef5c4c5a2f16.tar.gz
samba-60a06ff09cb62d4102a89194ce8fef5c4c5a2f16.tar.bz2
samba-60a06ff09cb62d4102a89194ce8fef5c4c5a2f16.zip
vfs: Fix compilation of ACL support on solaris
Diffstat (limited to 'source3/modules/vfs_solarisacl.h')
-rw-r--r--source3/modules/vfs_solarisacl.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/modules/vfs_solarisacl.h b/source3/modules/vfs_solarisacl.h
index 84c2cb7ff7..20f1051bb5 100644
--- a/source3/modules/vfs_solarisacl.h
+++ b/source3/modules/vfs_solarisacl.h
@@ -22,10 +22,12 @@
SMB_ACL_T solarisacl_sys_acl_get_file(vfs_handle_struct *handle,
const char *path_p,
- SMB_ACL_TYPE_T type);
+ SMB_ACL_TYPE_T type,
+ TALLOC_CTX *mem_ctx);
SMB_ACL_T solarisacl_sys_acl_get_fd(vfs_handle_struct *handle,
- files_struct *fsp);
+ files_struct *fsp,
+ TALLOC_CTX *mem_ctx);
int solarisacl_sys_acl_set_file(vfs_handle_struct *handle,
const char *name,