X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/e9d4ab8849c465e766a494765b29e26564f284d0..cc3e685d09b2095099fc396157d19172ab3ef7c4:/soften-links.diff diff --git a/soften-links.diff b/soften-links.diff index d8f9d1d..afc62d9 100644 --- a/soften-links.diff +++ b/soften-links.diff @@ -10,9 +10,10 @@ To use this patch, run these commands for a successful build: ./configure (optional if already run) make ---- old/syscall.c -+++ new/syscall.c -@@ -59,9 +59,14 @@ int do_symlink(const char *fname1, const +diff --git a/syscall.c b/syscall.c +--- a/syscall.c ++++ b/syscall.c +@@ -62,9 +62,14 @@ int do_symlink(const char *fname1, const char *fname2) #ifdef HAVE_LINK int do_link(const char *fname1, const char *fname2) {