X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/5214a41bbae94607b196b199b483710e1babf292..4c85a55c419c231b83e024ab2aedfe3abe12f3da:/fsync.diff diff --git a/fsync.diff b/fsync.diff index 61891a2..4e1b545 100644 --- a/fsync.diff +++ b/fsync.diff @@ -7,7 +7,7 @@ To use this patch, run these commands for a successful build: ./configure (optional if already run) make -based-on: 24079e988fc31af4eba56cd2701fdc5a4154980d +based-on: a01e3b490eb36ccf9e704840e1b6683dab867550 diff --git a/options.c b/options.c --- a/options.c +++ b/options.c @@ -35,7 +35,7 @@ diff --git a/options.c b/options.c {"rsh", 'e', POPT_ARG_STRING, &shell_cmd, 0, 0, 0 }, {"rsync-path", 0, POPT_ARG_STRING, &rsync_path, 0, 0, 0 }, {"temp-dir", 'T', POPT_ARG_STRING, &tmpdir, 0, 0, 0 }, -@@ -2592,6 +2595,9 @@ void server_options(char **args, int *argc_p) +@@ -2607,6 +2610,9 @@ void server_options(char **args, int *argc_p) args[ac++] = tmpdir; }