X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=source3%2Fmodules%2Fvfs_full_audit.c;h=7997c2fab7cb4a13a5437a7682dcc0367d750ff8;hb=2320b2144fcb1236c082278444e3c6df998e17ec;hp=770d21f9efcc86e1829c391a7cb5228badfd5a21;hpb=6edd8e95f1ed0ac398c84e4050357097087ae15f;p=kai%2Fsamba-autobuild%2F.git diff --git a/source3/modules/vfs_full_audit.c b/source3/modules/vfs_full_audit.c index 770d21f9efc..7997c2fab7c 100644 --- a/source3/modules/vfs_full_audit.c +++ b/source3/modules/vfs_full_audit.c @@ -760,10 +760,10 @@ static SMB_STRUCT_DIR *smb_full_audit_fdopendir(vfs_handle_struct *handle, return result; } -static SMB_STRUCT_DIRENT *smb_full_audit_readdir(vfs_handle_struct *handle, +static struct dirent *smb_full_audit_readdir(vfs_handle_struct *handle, SMB_STRUCT_DIR *dirp, SMB_STRUCT_STAT *sbuf) { - SMB_STRUCT_DIRENT *result; + struct dirent *result; result = SMB_VFS_NEXT_READDIR(handle, dirp, sbuf);