X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/cc3e685d09b2095099fc396157d19172ab3ef7c4..041359b073df4fe698ec80f2e0699a2585b2337b:/soften-links.diff diff --git a/soften-links.diff b/soften-links.diff index afc62d9..124d983 100644 --- a/soften-links.diff +++ b/soften-links.diff @@ -10,10 +10,11 @@ To use this patch, run these commands for a successful build: ./configure (optional if already run) make +based-on: 3b8f8192227b14e708bf535072485e50f4362270 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) +@@ -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) {