1
0
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:
Jorge Schrauwen via samba-technical 2017-10-03 19:55:28 +02:00 committed by Ralph Boehme
parent 127b18eb96
commit d774aeba5e
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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