diff -r acd3cd4aaceb -r 2efc27d87e1c genericopenlibs/openenvcore/libc/test/testsyscalls/src/tsyscallsblocks.cpp --- a/genericopenlibs/openenvcore/libc/test/testsyscalls/src/tsyscallsblocks.cpp Tue Aug 31 16:54:36 2010 +0300 +++ b/genericopenlibs/openenvcore/libc/test/testsyscalls/src/tsyscallsblocks.cpp Wed Sep 01 12:36:54 2010 +0100 @@ -6927,7 +6927,6 @@ { int ret; ret = fsync(fd); - ret = ret; return 0; } @@ -6937,7 +6936,6 @@ int ret; lseek(fd, 2, SEEK_SET); ret = fsync(fd); //only one fsync should be able to sync the data. - ret = ret; return 0; }