Move an extern.
authorWayne Davison <wayned@samba.org>
Mon, 21 Mar 2011 02:02:56 +0000 (19:02 -0700)
committerWayne Davison <wayned@samba.org>
Mon, 21 Mar 2011 02:02:56 +0000 (19:02 -0700)
detect-renamed.diff

index ca21f5d2f284de185d49fe452a4762cd4a2133a6..4e6bd45f6714f05bd21ad23e2779e7fbc3e3027b 100644 (file)
@@ -32,18 +32,18 @@ TODO:
   a file that can't use it, while missing out on giving it to a file
   that could use it.
 
-based-on: 8750f64ec7893c263b51e538895af3092bce9f4c
+based-on: e71130fd7739562cd190a92d3f8bcbda02168892
 diff --git a/compat.c b/compat.c
 --- a/compat.c
 +++ b/compat.c
-@@ -43,6 +43,7 @@ extern int checksum_seed;
+@@ -41,6 +41,7 @@ extern int read_batch;
+ extern int delay_updates;
+ extern int checksum_seed;
  extern int basis_dir_cnt;
++extern int detect_renamed;
  extern int prune_empty_dirs;
  extern int protocol_version;
-+extern int detect_renamed;
  extern int protect_args;
- extern int preserve_uid;
- extern int preserve_gid;
 @@ -123,6 +124,7 @@ void set_allow_inc_recurse(void)
                allow_inc_recurse = 0;
        else if (!am_sender
@@ -620,7 +620,7 @@ diff --git a/rsync.yo b/rsync.yo
       --compare-dest=DIR      also compare received files relative to DIR
       --copy-dest=DIR         ... and include copies of unchanged files
       --link-dest=DIR         hardlink to files in DIR when unchanged
-@@ -1564,6 +1565,21 @@ Note that the use of the bf(--delete) option might get rid of any potential
+@@ -1561,6 +1562,21 @@ Note that the use of the bf(--delete) option might get rid of any potential
  fuzzy-match files, so either use bf(--delete-after) or specify some
  filename exclusions if you need to prevent this.
  
@@ -645,7 +645,7 @@ diff --git a/rsync.yo b/rsync.yo
 diff --git a/util.c b/util.c
 --- a/util.c
 +++ b/util.c
-@@ -1179,6 +1179,32 @@ int handle_partial_dir(const char *fname, int create)
+@@ -1178,6 +1178,32 @@ int handle_partial_dir(const char *fname, int create)
        return 1;
  }