Updated timothy_tests/stress_tester
[yaffs2.git] / direct / test-framework / timothy_tests / yaffs_and_linux_mirror_tests / mirror_tests.c
index cd4e5f20ebdabafd24c3ed38011bebd8ccf2ff45..dcd83df3ed6f626cfa322f16b7845869c31cab69 100644 (file)
@@ -1,8 +1,7 @@
 /*
  * YAFFS: Yet another FFS. A NAND-flash specific file system.
  *
- * Copyright (C) 2002-2011 Aleph One Ltd.
- *   for Toby Churchill Ltd and Brightstar Engineering
+ * Copyright (C) 2002-2018 Aleph One Ltd.
  *
  * Created by Timothy Manning <timothy@yaffs.net>
  *
@@ -313,7 +312,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;