Updated patches to work with the current trunk.
[rsync/rsync-patches.git] / soften-links.diff
index 7892689..1e99f0e 100644 (file)
@@ -10,11 +10,11 @@ To use this patch, run these commands for a successful build:
     ./configure                           (optional if already run)
     make
 
+based-on: 24079e988fc31af4eba56cd2701fdc5a4154980d
 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)
  {