X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/7170ca8dba0a407cd0c91b41b48163c7b682abb1..041359b073df4fe698ec80f2e0699a2585b2337b:/copy-devices.diff diff --git a/copy-devices.diff b/copy-devices.diff index b44198a..45a237c 100644 --- a/copy-devices.diff +++ b/copy-devices.diff @@ -4,11 +4,10 @@ the data inside a device instead of duplicating the device node. To use this patch, run these commands for a successful build: patch -p1 ndx_start; @@ -90,7 +89,7 @@ diff --git a/rsync.c b/rsync.c diff --git a/sender.c b/sender.c --- a/sender.c +++ b/sender.c -@@ -328,6 +328,20 @@ void send_files(int f_in, int f_out) +@@ -336,6 +336,20 @@ void send_files(int f_in, int f_out) exit_cleanup(RERR_PROTOCOL); }