X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/ab5ffac0b5b90b65432ee6491f5c8cf94a3b0e18..e2e42a01ba5a2258edf1510280bb83864a0c8748:/atimes.diff diff --git a/atimes.diff b/atimes.diff index a1885a7..d84b51a 100644 --- a/atimes.diff +++ b/atimes.diff @@ -184,8 +184,8 @@ diff --git a/generator.c b/generator.c - set_modtime(fname, file->modtime, file->mode); + set_times(fname, file->modtime, file->modtime, file->mode); } - if (allowed_lull && !(counter % lull_mod)) - maybe_send_keepalive(); + if (counter >= loopchk_limit) { + if (allowed_lull) diff --git a/ifuncs.h b/ifuncs.h --- a/ifuncs.h +++ b/ifuncs.h @@ -470,7 +470,7 @@ diff --git a/tls.c b/tls.c #endif +static int display_atimes = 0; -+ ++ static void failed(char const *what, char const *where) { fprintf(stderr, PROGRAM ": %s %s: %s\n",