The following changes since commit 363cffa71a96eb4c7595bb8c325a09eb01f766a5:
fio: consolidate rand_seed to uint64_t (2014-01-28 15:11:23 -0700)
are available in the git repository at:
git://git.kernel.dk/fio.git master
for you to fetch changes up to bfca2c74b53e499acd8e97e9e56d3c40a5dd8b4f:
init: update email address (2014-01-29 16:39:04 -0700)
----------------------------------------------------------------
Bruce Cran (1):
Enable IPv6 in the Windows build
Jens Axboe (1):
init: update email address
configure | 1 +
init.c | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
---
Diff of recent changes:
diff --git a/configure b/configure
index 6baa579..78a6ccb 100755
--- a/configure
+++ b/configure
@@ -244,6 +244,7 @@ CYGWIN*)
output_sym "CONFIG_SCHED_IDLE"
output_sym "CONFIG_TCP_NODELAY"
output_sym "CONFIG_TLS_THREAD"
+ output_sym "CONFIG_IPV6"
echo "CC=$CC" >> $config_host_mak
echo "BUILD_CFLAGS=$CFLAGS -include config-host.h -D_GNU_SOURCE" >>
$config_host_mak
exit 0
diff --git a/init.c b/init.c
index af0bb2d..cc35e2b 100644
--- a/init.c
+++ b/init.c
@@ -1432,7 +1432,8 @@ static void usage(const char *name)
"\t\t\t(option=system,percpu) or run unit work\n"
"\t\t\tcalibration only (option=calibrate)\n");
printf("\nFio was written by Jens Axboe <[email protected]>");
- printf("\n Jens Axboe <[email protected]>\n");
+ printf("\n Jens Axboe <[email protected]>");
+ printf("\n Jens Axboe <[email protected]>\n");
}
#ifdef FIO_INC_DEBUG
--
To unsubscribe from this list: send the line "unsubscribe fio" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html