X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=direct%2Ftest-framework%2Ftimothy_tests%2Fyaffs_and_linux_mirror_tests%2Fmirror_tests.c;h=dcd83df3ed6f626cfa322f16b7845869c31cab69;hb=1f3d64d1d804fef6715126dead54bf30b176c67e;hp=cd4e5f20ebdabafd24c3ed38011bebd8ccf2ff45;hpb=e5daa72b0083831ab762a650860687fe7d25d6b3;p=yaffs2.git 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..dcd83df 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 @@ -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 * @@ -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;