X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/51bc0e8954bdeb4314d3792352179be64f4a8fe8..7c4c2959ae79a01986ff24b5dc9ff4518cc9fb7b:/drop-cache.diff diff --git a/drop-cache.diff b/drop-cache.diff index 52d14d7..1d57ecc 100644 --- a/drop-cache.diff +++ b/drop-cache.diff @@ -98,8 +98,8 @@ Changes: strlcat strlcpy strtol mallinfo getgroups setgroups geteuid getegid \ setlocale setmode open64 lseek64 mkstemp64 mtrace va_copy __va_copy \ strerror putenv iconv_open locale_charset nl_langinfo getxattr \ -- extattr_get_link sigaction sigprocmask) -+ extattr_get_link sigaction sigprocmask posix_fadvise64) +- extattr_get_link sigaction sigprocmask setattrlist) ++ extattr_get_link sigaction sigprocmask setattrlist posix_fadvise64) AC_CHECK_FUNCS(getpgrp tcgetpgrp) if test $ac_cv_func_getpgrp = yes; then @@ -161,7 +161,7 @@ Changes: {"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 }, -@@ -1664,6 +1671,11 @@ void server_options(char **args, int *ar +@@ -1659,6 +1666,11 @@ void server_options(char **args, int *ar if (!am_sender) args[ac++] = "--sender"; @@ -188,7 +188,7 @@ Changes: * --- old/rsync.yo +++ new/rsync.yo -@@ -353,6 +353,7 @@ to the detailed description below for a +@@ -352,6 +352,7 @@ to the detailed description below for a --super receiver attempts super-user activities --fake-super store/recover privileged attrs using xattrs -S, --sparse handle sparse files efficiently @@ -196,7 +196,7 @@ Changes: -n, --dry-run show what would have been transferred -W, --whole-file copy files whole (without rsync algorithm) -x, --one-file-system don't cross filesystem boundaries -@@ -1009,6 +1010,10 @@ NOTE: Don't use this option when the des +@@ -1014,6 +1015,10 @@ NOTE: Don't use this option when the des filesystem. It doesn't seem to handle seeks over null regions correctly and ends up corrupting the files.