The patches for 3.1.1pre2.
[rsync-patches.git] / soften-links.diff
index 427972d7a2f5c6017c7aa2d411870da002be0b2b..94088c8fe47b5f19ef407b70fecaa9f87bb158c1 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: 3bd9f51917ed5718275c6132006be155239a0550
+based-on: 4c8eb5f9511dd1393b147c4e993ee15448faedf5
 diff --git a/syscall.c b/syscall.c
 --- a/syscall.c
 +++ b/syscall.c
-@@ -106,9 +106,14 @@ ssize_t do_readlink(const char *path, char *buf, size_t bufsiz)
+@@ -110,9 +110,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)
  {