Use uint64_t for splice offsets

Apparently __off64_t is a glibc'ism. Give up on the offset types, let's
just use a 64-bit unsigned type.

Fixes: b5096098c62a ("Use __off64_t for offsets")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 file changed