diff options
author | root <root> | 2011-07-07 22:37:11 +0000 |
---|---|---|
committer | root <root> | 2011-07-07 22:37:11 +0000 |
commit | d8d1b4f84ed5e384197a11cd54140dfd4991f388 (patch) | |
tree | 6d35cd02efa6a8e5b05581e5ba6624762a531959 /libeio.m4 | |
parent | d94cbd62828958bc2eff4815b2dcf0d4a52e19b4 (diff) |
*** empty log message ***
Diffstat (limited to 'libeio.m4')
-rw-r--r-- | libeio.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ AC_CACHE_CHECK(for fallocate, ac_cv_fallocate, [AC_LINK_IFELSE([ int main (void) { int fd = 0; - int mode = FALLOC_FL_KEEP_SIZE; + int mode = 0; off_t offset = 1; off_t len = 1; int res; |