X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/03019e41fc3299020c8acdda06cf57a1e2c57a25..7170ca8dba0a407cd0c91b41b48163c7b682abb1:/soften-links.diff diff --git a/soften-links.diff b/soften-links.diff index d8f9d1d..1589c45 100644 --- a/soften-links.diff +++ b/soften-links.diff @@ -10,9 +10,11 @@ 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 +based-on: 181c9faf928faad08ef095f4667afe460ec3bef6 +diff --git a/syscall.c b/syscall.c +--- a/syscall.c ++++ b/syscall.c +@@ -63,9 +63,14 @@ int do_symlink(const char *fname1, const char *fname2) #ifdef HAVE_LINK int do_link(const char *fname1, const char *fname2) {