--- IO-AIO/configure 2008/05/11 19:11:05 1.3 +++ IO-AIO/configure 2008/05/12 00:31:43 1.4 @@ -2710,10 +2710,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; }