X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Ftest-framework%2Ftimothy_tests%2Fyaffs_and_linux_mirror_tests%2Fmirror_tests.c;h=071a313ec8066a9b71b16b0e7cbd1b9aa8d9b4d5;hp=cd4e5f20ebdabafd24c3ed38011bebd8ccf2ff45;hb=18a85b88ac3ad344bbc8f2530c84e2a621d901c4;hpb=0459b0b3f858ef3e840b93d723a3b2cad862d95f diff --git a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/mirror_tests.c b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/mirror_tests.c index cd4e5f2..071a313 100644 --- a/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/mirror_tests.c +++ b/direct/test-framework/timothy_tests/yaffs_and_linux_mirror_tests/mirror_tests.c @@ -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;