yaffs all timothy_tests makefiles are working. threading test is broken.
[yaffs2.git] / direct / test-framework / timothy_tests / yaffs_and_linux_mirror_tests / mirror_tests.c
index cd4e5f20ebdabafd24c3ed38011bebd8ccf2ff45..071a313ec8066a9b71b16b0e7cbd1b9aa8d9b4d5 100644 (file)
@@ -313,7 +313,7 @@ int compare_linux_and_yaffs(arg_temp *args_struct)
        struct yaffs_stat yaffs_stat_struct;
        struct stat linux_stat_struct;
        yaffs_DIR *yaffs_open_dir;
-       yaffs_dirent *yaffs_current_file;
+       struct yaffs_dirent *yaffs_current_file;
        
        DIR *linux_open_dir;
        struct dirent *linux_current_file;