]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r3662: Fix dirent return.
authorJeremy Allison <jra@samba.org>
Wed, 10 Nov 2004 19:34:13 +0000 (19:34 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:53:12 +0000 (10:53 -0500)
Jeremy.

source/modules/vfs_full_audit.c

index b27c916a2a27f1be6394d776c9c68db4620ee3d4..e91c1813a87cded8127ef61f55ee39051e0ab647 100644 (file)
@@ -84,7 +84,7 @@ static int smb_full_audit_set_quota(struct vfs_handle_struct *handle,
                           SMB_DISK_QUOTA *qt);
 static DIR *smb_full_audit_opendir(vfs_handle_struct *handle, connection_struct *conn,
                          const char *fname);
-static struct dirent *smb_full_audit_readdir(vfs_handle_struct *handle,
+static SMB_STRUCT_DIRENT *smb_full_audit_readdir(vfs_handle_struct *handle,
                                    connection_struct *conn, DIR *dirp);
 static int smb_full_audit_mkdir(vfs_handle_struct *handle, connection_struct *conn,
                       const char *path, mode_t mode);