X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/1a9f1a535d276b0454f7a569a94d1fc28905f4b0..refs/heads/master:/copy-devices.diff diff --git a/copy-devices.diff b/copy-devices.diff index 45a237c..62635ec 100644 --- a/copy-devices.diff +++ b/copy-devices.diff @@ -4,10 +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; @@ -89,8 +90,8 @@ diff --git a/rsync.c b/rsync.c diff --git a/sender.c b/sender.c --- a/sender.c +++ b/sender.c -@@ -336,6 +336,20 @@ void send_files(int f_in, int f_out) - exit_cleanup(RERR_PROTOCOL); +@@ -341,6 +341,20 @@ void send_files(int f_in, int f_out) + exit_cleanup(RERR_FILEIO); } + /* On Matt's computer, st_size is falsely 0 for most devices.