diff options
author | root <root> | 2008-05-12 00:31:43 +0000 |
---|---|---|
committer | root <root> | 2008-05-12 00:31:43 +0000 |
commit | acf608862a9af73453ba86c7e587f6137208ca33 (patch) | |
tree | 63c63bd340296b55135a58138c3b38c0f0fac5fc /libeio.m4 | |
parent | 501dd04e8b3d25c638e86ac9ba40395deee86d99 (diff) |
*** empty log message ***rel-3_02
Diffstat (limited to 'libeio.m4')
-rw-r--r-- | libeio.m4 | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -25,10 +25,9 @@ AC_CACHE_CHECK(for readahead, ac_cv_readahead, [AC_LINK_IFELSE([ 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)]) |