vfs: Fix compilation of ACL support on solaris
authorAndrew Bartlett <abartlet@samba.org>
Tue, 23 Oct 2012 05:13:28 +0000 (16:13 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 23 Oct 2012 07:29:18 +0000 (09:29 +0200)
source3/modules/vfs_solarisacl.h

index 84c2cb7ff72d4866b8ebbe48a7392a7087a749c8..20f1051bb523bd319f2a78aef4527b314bcfed52 100644 (file)
 
 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,