On 2010-12-15 02:19, Bruce Cran wrote: > The latest fio fails to link on FreeBSD because timer_create is in > librt but the -lrt flag is missing from Makefile.FreeBSD. > > I also noticed a couple of compiler warnings when building with clang - > a format of "%Lu" is used but 'L' doesn't have any effect with 'u' - I > guess %llu is needed since the types are 'unsigned long long'? We can just use %llu, it should be fine. Thanks Bruce, I have applied your patch. -- Jens Axboe -- 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