build: Remove SMB_STRUCT_DIR define
[kai/samba.git] / source3 / modules / vfs_audit.c
index 1da8755410d52d1986e64c3e59d224a1a787dd81..3377b5f8490de1b046f8a9d0afc6f8f7d1b73ce9 100644 (file)
@@ -106,9 +106,9 @@ static void audit_disconnect(vfs_handle_struct *handle)
        return;
 }
 
-static SMB_STRUCT_DIR *audit_opendir(vfs_handle_struct *handle, const char *fname, const char *mask, uint32 attr)
+static DIR *audit_opendir(vfs_handle_struct *handle, const char *fname, const char *mask, uint32 attr)
 {
-       SMB_STRUCT_DIR *result;
+       DIR *result;
        
        result = SMB_VFS_NEXT_OPENDIR(handle, fname, mask, attr);