X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/72e5645e95d7fd7edd0c4ab59f9812b9d6124521..refs/heads/master:/sparse-block.diff diff --git a/sparse-block.diff b/sparse-block.diff index f188f1f..b82df27 100644 --- a/sparse-block.diff +++ b/sparse-block.diff @@ -18,7 +18,7 @@ To use this patch, run these commands for a successful build: ./configure (optional if already run) make -based-on: 3b8f8192227b14e708bf535072485e50f4362270 +based-on: a01e3b490eb36ccf9e704840e1b6683dab867550 diff --git a/fileio.c b/fileio.c --- a/fileio.c +++ b/fileio.c @@ -66,7 +66,7 @@ diff --git a/options.c b/options.c {"inplace", 0, POPT_ARG_VAL, &inplace, 1, 0, 0 }, {"no-inplace", 0, POPT_ARG_VAL, &inplace, 0, 0, 0 }, {"append", 0, POPT_ARG_NONE, 0, OPT_APPEND, 0, 0 }, -@@ -2434,6 +2437,12 @@ void server_options(char **args, int *argc_p) +@@ -2468,6 +2471,12 @@ void server_options(char **args, int *argc_p) args[ac++] = arg; }