--- libeio/libeio.m4 2008/05/11 01:08:05 1.4 +++ libeio/libeio.m4 2008/05/12 00:31:43 1.5 @@ -25,10 +25,9 @@ int main(void) { int fd = 0; - off64_t offset = 1; size_t count = 2; ssize_t res; - res = readahead (fd, offset, count); + res = readahead (fd, 0, count); return 0; } ],ac_cv_readahead=yes,ac_cv_readahead=no)])