summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_hpuxacl.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2017-05-23 17:11:18 -0700
committerJeremy Allison <jra@samba.org>2017-05-31 22:50:22 +0200
commitcea8e57eac2ed7b90a5c5d207bf392ff0546398e (patch)
tree39c914e82dc601b027f7f97c5f877f30a37d15f2 /source3/modules/vfs_hpuxacl.h
parent85c8780581e0f2bb0fdb940a865857db68111fbd (diff)
downloadsamba-cea8e57eac2ed7b90a5c5d207bf392ff0546398e.tar.gz
s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * instead of const char *.
We need to migrate all pathname based VFS calls to use a struct to finish modernising the VFS with extra timestamp and flags parameters. Requires a few extra cleanups in calling code. Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source3/modules/vfs_hpuxacl.h')
-rw-r--r--source3/modules/vfs_hpuxacl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_hpuxacl.h b/source3/modules/vfs_hpuxacl.h
index df30e17f51b..b629c7d0b7f 100644
--- a/source3/modules/vfs_hpuxacl.h
+++ b/source3/modules/vfs_hpuxacl.h
@@ -34,7 +34,7 @@
#define __VFS_HPUXACL_H__
SMB_ACL_T hpuxacl_sys_acl_get_file(vfs_handle_struct *handle,
- const char *path_p,
+ const struct smb_filename *smb_fname,
SMB_ACL_TYPE_T type);
SMB_ACL_T hpuxacl_sys_acl_get_fd(vfs_handle_struct *handle,