mirror of
https://github.com/samba-team/samba.git
synced 2025-02-23 09:57:40 +03:00
vfs_solarisacl: fix build for samba 4.7 and up
Bug: https://bugzilla.samba.org/show_bug.cgi?id=13049 Signed-off-by: Jorge Schrauwen <sjorge@blackdot.be> Reviewed-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
127b18eb96
commit
d774aeba5e
@ -306,7 +306,7 @@ int solarisacl_sys_acl_set_fd(vfs_handle_struct *handle,
|
||||
* check is considered unnecessary. --- Agreed? XXX
|
||||
*/
|
||||
int solarisacl_sys_acl_delete_def_file(vfs_handle_struct *handle,
|
||||
struct smb_filename *smb_fname)
|
||||
const struct smb_filename *smb_fname)
|
||||
{
|
||||
SMB_ACL_T smb_acl;
|
||||
int ret = -1;
|
||||
|
@ -41,7 +41,7 @@ int solarisacl_sys_acl_set_fd(vfs_handle_struct *handle,
|
||||
int solarisacl_sys_acl_delete_def_file(vfs_handle_struct *handle,
|
||||
const struct smb_filename *smb_fname);
|
||||
|
||||
NTSTATUS vfs_solarisacl_init(void);
|
||||
NTSTATUS vfs_solarisacl_init(TALLOC_CTX *);
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user