search for: 9de88d1

Displaying 1 result from an estimated 1 matches for "9de88d1".

Did you mean: 9dc88d1
2010 Feb 12
1
[RFC] add support for fallocate()
...Signed-off-by: Sebastian Andrzej Siewior <sebastian at breakpoint.cc> --- configure.in | 9 +++++++++ receiver.c | 9 ++++++++- rsync.h | 4 ++++ syscall.c | 9 +++++++++ 4 files changed, 30 insertions(+), 1 deletions(-) diff --git a/configure.in b/configure.in index 9de88d1..3e6ce55 100644 --- a/configure.in +++ b/configure.in @@ -761,6 +761,15 @@ if test x"$rsync_cv_HAVE_GETTIMEOFDAY_TZ" != x"no"; then AC_DEFINE(HAVE_GETTIMEOFDAY_TZ, 1, [Define to 1 if gettimeofday() takes a time-zone arg]) fi +AC_CACHE_CHECK([if fallocate with mode FALLOC...