The following changes since commit 2c24c93850cc4fa2dfe6b521231a69d6c116bba4: Always fsync if asked to (2013-01-26 09:28:23 -0700) are available in the git repository at: git://git.kernel.dk/fio.git master Bruce Cran (1): Fix Windows build by defining clock sources and adding include file. configure | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) --- Diff of recent changes: diff --git a/configure b/configure index 7352bf1..3ea10b2 100755 --- a/configure +++ b/configure @@ -182,7 +182,10 @@ CYGWIN*) output_sym "CONFIG_RUSAGE_THREAD" output_sym "CONFIG_WINDOWSAIO" output_sym "CONFIG_FDATASYNC" + output_sym "CONFIG_GETTIMEOFDAY" + output_sym "CONFIG_CLOCK_GETTIME" echo "CC=$CC" >> $config_host_mak + echo "EXTFLAGS=-include config-host.h -D_GNU_SOURCE" >> $config_host_mak exit 0 esac -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html