Got rid of a superfluous extern.
[rsync/rsync-patches.git] / soften-links.diff
index c1522e9..aff79a5 100644 (file)
@@ -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
-