From 9b461ad7eb4d478397fe56f37f7c8ffca6724b23 Mon Sep 17 00:00:00 2001 From: Tim Prouty Date: Wed, 29 Jul 2009 10:12:11 -0700 Subject: s3: Attempt to fix hpuxacl module --- source3/modules/vfs_hpuxacl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/modules/vfs_hpuxacl.h') diff --git a/source3/modules/vfs_hpuxacl.h b/source3/modules/vfs_hpuxacl.h index 9baed5790a..07b32d628c 100644 --- a/source3/modules/vfs_hpuxacl.h +++ b/source3/modules/vfs_hpuxacl.h @@ -41,7 +41,7 @@ SMB_ACL_T hpuxacl_sys_acl_get_fd(vfs_handle_struct *handle, files_struct *fsp); int hpuxacl_sys_acl_set_file(vfs_handle_struct *handle, - struct smb_filename *smb_fname, + const char *name, SMB_ACL_TYPE_T type, SMB_ACL_T theacl); -- cgit