X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/fc5573623194fab2a331d1ffc8d284c9e25e06e7..4c85a55c419c231b83e024ab2aedfe3abe12f3da:/soften-links.diff diff --git a/soften-links.diff b/soften-links.diff index 7892689..42547cb 100644 --- a/soften-links.diff +++ b/soften-links.diff @@ -10,11 +10,11 @@ To use this patch, run these commands for a successful build: ./configure (optional if already run) make +based-on: a01e3b490eb36ccf9e704840e1b6683dab867550 diff --git a/syscall.c b/syscall.c -index cfabc3e..fbbd79e 100644 --- a/syscall.c +++ b/syscall.c -@@ -63,9 +63,14 @@ int do_symlink(const char *fname1, const char *fname2) +@@ -106,9 +106,14 @@ ssize_t do_readlink(const char *path, char *buf, size_t bufsiz) #ifdef HAVE_LINK int do_link(const char *fname1, const char *fname2) {