X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/fc5573623194fab2a331d1ffc8d284c9e25e06e7..7170ca8dba0a407cd0c91b41b48163c7b682abb1:/slow-down.diff?ds=sidebyside diff --git a/slow-down.diff b/slow-down.diff index fa29d74..c315470 100644 --- a/slow-down.diff +++ b/slow-down.diff @@ -14,8 +14,8 @@ To use this patch, run these commands for a successful build: ./configure (optional if already run) make +based-on: 181c9faf928faad08ef095f4667afe460ec3bef6 diff --git a/flist.c b/flist.c -index 09b4fc5..a8847a2 100644 --- a/flist.c +++ b/flist.c @@ -71,6 +71,7 @@ extern int sender_symlink_iconv; @@ -26,7 +26,7 @@ index 09b4fc5..a8847a2 100644 extern struct stats stats; extern char *filesfrom_host; extern char *usermap, *groupmap; -@@ -1704,6 +1705,9 @@ static void send_directory(int f, struct file_list *flist, char *fbuf, int len, +@@ -1714,6 +1715,9 @@ static void send_directory(int f, struct file_list *flist, char *fbuf, int len, } send_file_name(f, flist, fbuf, NULL, flags, filter_level); @@ -37,7 +37,6 @@ index 09b4fc5..a8847a2 100644 fbuf[len] = '\0'; diff --git a/options.c b/options.c -index e7c6c61..762a167 100644 --- a/options.c +++ b/options.c @@ -108,6 +108,7 @@ int size_only = 0;