Fixed some failing hunks.
[rsync/rsync-patches.git] / soften-links.diff
index f23dc65..f1138e8 100644 (file)
@@ -9,10 +9,10 @@ polished version of this patch for inclusion in rsync?
 
 [Updated to latest CVS source by Wayne Davison.]
 
---- orig/syscall.c     2005-01-28 23:01:10
+--- orig/syscall.c     2005-04-07 17:04:26
 +++ syscall.c  2004-04-22 23:48:45
 @@ -62,9 +62,14 @@ int do_symlink(char *fname1, char *fname
- #if HAVE_LINK
+ #ifdef HAVE_LINK
  int do_link(char *fname1, char *fname2)
  {
 +      int st;