X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/7f0bf1cb30e4c9cb751903ae1e7b235760bcfd00..3215b7e17bc725ab1f9d9f53bfbecb80d0642c90:/preallocate.diff diff --git a/preallocate.diff b/preallocate.diff index fa3ecbc..41f4429 100644 --- a/preallocate.diff +++ b/preallocate.diff @@ -139,7 +139,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 }, -@@ -2048,6 +2057,9 @@ void server_options(char **args, int *argc_p) +@@ -2053,6 +2062,9 @@ void server_options(char **args, int *argc_p) else if (remove_source_files) args[ac++] = "--remove-sent-files"; @@ -203,7 +203,7 @@ diff --git a/receiver.c b/receiver.c diff --git a/rsync.h b/rsync.h --- a/rsync.h +++ b/rsync.h -@@ -609,6 +609,13 @@ struct ht_int64_node { +@@ -612,6 +612,13 @@ struct ht_int64_node { #define ACLS_NEED_MASK 1 #endif