summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2021-06-08 17:05:53 -0700
committerRalph Boehme <slow@samba.org>2021-06-09 13:14:31 +0000
commitf0c22f741562221aac905386698b69aebd070420 (patch)
tree24dda38fa348011d3c10c72536894d4779060846 /source3/include
parent303185621178aa76a91458788eb13b731a3ce19f (diff)
downloadsamba-f0c22f741562221aac905386698b69aebd070420.tar.gz
s3: lib: sysacls: Remove all implementations of sys_acl_set_file().
No longer called. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/smb_acls.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/smb_acls.h b/source3/include/smb_acls.h
index 50fdb18d2d5..7203dd27d75 100644
--- a/source3/include/smb_acls.h
+++ b/source3/include/smb_acls.h
@@ -62,10 +62,6 @@ SMB_ACL_T sys_acl_get_fd(struct vfs_handle_struct *handle,
struct files_struct *fsp,
SMB_ACL_TYPE_T type,
TALLOC_CTX *mem_ctx);
-int sys_acl_set_file(struct vfs_handle_struct *handle,
- const struct smb_filename *smb_fname,
- SMB_ACL_TYPE_T type,
- SMB_ACL_T acl_d);
int sys_acl_set_fd(struct vfs_handle_struct *handle,
struct files_struct *fsp,
SMB_ACL_TYPE_T type,