X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/fc5573623194fab2a331d1ffc8d284c9e25e06e7..041359b073df4fe698ec80f2e0699a2585b2337b:/copy-devices.diff diff --git a/copy-devices.diff b/copy-devices.diff index 3f143cc..45a237c 100644 --- a/copy-devices.diff +++ b/copy-devices.diff @@ -4,12 +4,11 @@ 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,10 +87,9 @@ index 2c026a2..cfc6ffa 100644 "received request to transfer non-regular file: %d [%s]\n", ndx, who_am_i()); diff --git a/sender.c b/sender.c -index bf8221d..f115457 100644 --- a/sender.c +++ b/sender.c -@@ -329,6 +329,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); }