X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/10121225b73d1d015e1b2a898a22b25ea545e8b8..7ac2aef2fd35ed0cffe2b558b69643f12662a03e:/soften-links.diff diff --git a/soften-links.diff b/soften-links.diff index c1522e9..aff79a5 100644 --- a/soften-links.diff +++ b/soften-links.diff @@ -9,11 +9,11 @@ polished version of this patch for inclusion in rsync? [Updated to latest CVS source by Wayne Davison.] ---- syscall.c 18 Feb 2004 22:33:21 -0000 1.30 -+++ syscall.c 23 Feb 2004 20:28:56 -0000 -@@ -58,9 +58,14 @@ - #if HAVE_LINK - int do_link(char *fname1, char *fname2) +--- old/syscall.c ++++ new/syscall.c +@@ -62,9 +62,14 @@ int do_symlink(const char *fname1, const + #ifdef HAVE_LINK + int do_link(const char *fname1, const char *fname2) { + int st; + @@ -27,7 +27,3 @@ polished version of this patch for inclusion in rsync? } #endif --- -ciao, -Marco -