Fix timeout on 64-bit BE archs
authorJens Axboe <jens.axboe@oracle.com>
Wed, 16 May 2007 06:59:27 +0000 (08:59 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 16 May 2007 06:59:27 +0000 (08:59 +0200)
commit0db2679750e4cc8f38af7af135f1ba8481d6def6
tree75ea67873faf82fe0d8837ca621cf8cdd5140cee
parent38470f85fa4acddab4339db9c8805a19bc87578e
Fix timeout on 64-bit BE archs

We stored the timeout in an unsigned long long pointer, but
the value was really unsigned long.
fio.h