From: Jens Axboe Date: Wed, 16 May 2007 06:59:27 +0000 (+0200) Subject: Fix timeout on 64-bit BE archs X-Git-Tag: fio-1.16.2~17 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=0db2679750e4cc8f38af7af135f1ba8481d6def6;hp=0db2679750e4cc8f38af7af135f1ba8481d6def6 Fix timeout on 64-bit BE archs We stored the timeout in an unsigned long long pointer, but the value was really unsigned long. ---