The following changes since commit c94bbe591635b7b35f15d035d27f392174c5e2f2: Use -pthread instead of -lpthread on FreeBSD (2010-12-16 11:03:22 +0100) are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (1): Include fio version in normal output init.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) --- Diff of recent changes: diff --git a/init.c b/init.c index 59526ce..97eac43 100644 --- a/init.c +++ b/init.c @@ -958,7 +958,6 @@ static int setup_thread_area(void) static void usage(const char *name) { - printf("%s\n", fio_version_string); printf("%s [options] [job options] <job file(s)>\n", name); printf("\t--debug=options\tEnable debug logging\n"); printf("\t--output\tWrite output to file\n"); @@ -1197,6 +1196,8 @@ int parse_options(int argc, char *argv[]) f_out = stdout; f_err = stderr; + log_info("%s\n", fio_version_string); + fio_options_dup_and_init(l_opts); if (setup_thread_area()) -- 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