X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/5214a41bbae94607b196b199b483710e1babf292..refs/heads/master:/drop-cache.diff diff --git a/drop-cache.diff b/drop-cache.diff index 0fb8d67..28e4b47 100644 --- a/drop-cache.diff +++ b/drop-cache.diff @@ -69,7 +69,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/checksum.c b/checksum.c --- a/checksum.c +++ b/checksum.c @@ -87,7 +87,7 @@ diff --git a/checksum.c b/checksum.c diff --git a/cleanup.c b/cleanup.c --- a/cleanup.c +++ b/cleanup.c -@@ -50,7 +50,13 @@ void close_all(void) +@@ -51,7 +51,13 @@ void close_all(void) int fd; int ret; STRUCT_STAT st; @@ -104,7 +104,7 @@ diff --git a/cleanup.c b/cleanup.c diff --git a/configure.in b/configure.in --- a/configure.in +++ b/configure.in -@@ -583,7 +583,7 @@ AC_CHECK_FUNCS(waitpid wait4 getcwd strdup chown chmod lchmod mknod mkfifo \ +@@ -589,7 +589,7 @@ AC_CHECK_FUNCS(waitpid wait4 getcwd strdup chown chmod lchmod mknod mkfifo \ setlocale setmode open64 lseek64 mkstemp64 mtrace va_copy __va_copy \ seteuid strerror putenv iconv_open locale_charset nl_langinfo getxattr \ extattr_get_link sigaction sigprocmask setattrlist getgrouplist \ @@ -132,7 +132,7 @@ diff --git a/fileio.c b/fileio.c diff --git a/generator.c b/generator.c --- a/generator.c +++ b/generator.c -@@ -112,6 +112,10 @@ static int need_retouch_dir_times; +@@ -111,6 +111,10 @@ static int need_retouch_dir_times; static int need_retouch_dir_perms; static const char *solo_file = NULL; @@ -174,7 +174,7 @@ diff --git a/options.c b/options.c {"existing", 0, POPT_ARG_NONE, &ignore_non_existing, 0, 0, 0 }, {"ignore-non-existing",0,POPT_ARG_NONE, &ignore_non_existing, 0, 0, 0 }, {"ignore-existing", 0, POPT_ARG_NONE, &ignore_existing, 0, 0, 0 }, -@@ -2272,6 +2279,11 @@ void server_options(char **args, int *argc_p) +@@ -2287,6 +2294,11 @@ void server_options(char **args, int *argc_p) if (!am_sender) args[ac++] = "--sender"; @@ -225,7 +225,7 @@ diff --git a/rsync.yo b/rsync.yo diff --git a/sender.c b/sender.c --- a/sender.c +++ b/sender.c -@@ -48,6 +48,10 @@ extern struct file_list *cur_flist, *first_flist, *dir_flist; +@@ -49,6 +49,10 @@ extern struct file_list *cur_flist, *first_flist, *dir_flist; BOOL extra_flist_sending_enabled;