Updated for the latest source.
[rsync-patches.git] / sparse-block.diff
index 26cbdca35b7f9a7101c9f8b8f463c85d70161cf5..55573254bb4e6c77bbe36a64cf1175c0d56e124f 100644 (file)
@@ -18,7 +18,7 @@ To use this patch, run these commands for a successful build:
     ./configure                               (optional if already run)
     make
 
-based-on: 6242786158d8d29a168292ce4fead19f4c8d28d2
+based-on: 3b36bde9536614737bb73eaac5aa1e9c039472a3
 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
    {"preallocate",      0,  POPT_ARG_NONE,   &preallocate_files, 0, 0, 0},
    {"inplace",          0,  POPT_ARG_VAL,    &inplace, 1, 0, 0 },
    {"no-inplace",       0,  POPT_ARG_VAL,    &inplace, 0, 0, 0 },
-@@ -2649,6 +2652,12 @@ void server_options(char **args, int *argc_p)
+@@ -2711,6 +2714,12 @@ void server_options(char **args, int *argc_p)
                args[ac++] = arg;
        }