Author: vlendec Date: 2007-07-05 10:32:51 +0000 (Thu, 05 Jul 2007) New Revision: 23722
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23722 Log: Fix the build of the catia module Modified: branches/SAMBA_3_0/source/modules/vfs_catia.c branches/SAMBA_3_0_26/source/modules/vfs_catia.c Changeset: Modified: branches/SAMBA_3_0/source/modules/vfs_catia.c =================================================================== --- branches/SAMBA_3_0/source/modules/vfs_catia.c 2007-07-05 07:19:14 UTC (rev 23721) +++ branches/SAMBA_3_0/source/modules/vfs_catia.c 2007-07-05 10:32:51 UTC (rev 23722) @@ -232,7 +232,7 @@ static size_t catia_get_nt_acl(vfs_handle_struct *handle, files_struct *fsp, const char *name, uint32 security_info, - struct security_descriptor_info **ppdesc) + struct security_descriptor **ppdesc) { return SMB_VFS_NEXT_GET_NT_ACL(handle, fsp, name, security_info, ppdesc); @@ -240,7 +240,7 @@ static NTSTATUS catia_set_nt_acl(vfs_handle_struct *handle, files_struct *fsp, const char *name, uint32 security_info_sent, - struct security_descriptor_info *psd) + struct security_descriptor *psd) { return SMB_VFS_NEXT_SET_NT_ACL(handle, fsp, name, security_info_sent, psd); Modified: branches/SAMBA_3_0_26/source/modules/vfs_catia.c =================================================================== --- branches/SAMBA_3_0_26/source/modules/vfs_catia.c 2007-07-05 07:19:14 UTC (rev 23721) +++ branches/SAMBA_3_0_26/source/modules/vfs_catia.c 2007-07-05 10:32:51 UTC (rev 23722) @@ -232,7 +232,7 @@ static size_t catia_get_nt_acl(vfs_handle_struct *handle, files_struct *fsp, const char *name, uint32 security_info, - struct security_descriptor_info **ppdesc) + struct security_descriptor **ppdesc) { return SMB_VFS_NEXT_GET_NT_ACL(handle, fsp, name, security_info, ppdesc); @@ -240,7 +240,7 @@ static NTSTATUS catia_set_nt_acl(vfs_handle_struct *handle, files_struct *fsp, const char *name, uint32 security_info_sent, - struct security_descriptor_info *psd) + struct security_descriptor *psd) { return SMB_VFS_NEXT_SET_NT_ACL(handle, fsp, name, security_info_sent, psd);
