The patches for 3.0.8pre1.
[rsync.git/patches.git] / crtimes.diff
index fe19145e98a748b4cb5c287ea3f54932f455ef15..9d6754faefda5766ac551a262b9252d308a251b9 100644 (file)
@@ -367,7 +367,7 @@ diff --git a/rsync.c b/rsync.c
  
        change_uid = am_root && uid_ndx && sxp->st.st_uid != (uid_t)F_OWNER(file);
        change_gid = gid_ndx && !(file->flags & FLAG_SKIP_GROUP)
-@@ -623,7 +635,7 @@ int finish_transfer(const char *fname, const char *fnametmp,
+@@ -626,7 +638,7 @@ int finish_transfer(const char *fname, const char *fnametmp,
        /* Change permissions before putting the file into place. */
        set_file_attrs(fnametmp, file, NULL, fnamecmp,
                       ATTRS_DELAY_IMMUTABLE
@@ -376,7 +376,7 @@ diff --git a/rsync.c b/rsync.c
  
        /* move tmp file over real file */
        if (verbose > 2)
-@@ -654,7 +666,7 @@ int finish_transfer(const char *fname, const char *fnametmp,
+@@ -657,7 +669,7 @@ int finish_transfer(const char *fname, const char *fnametmp,
  
    do_set_file_attrs:
        set_file_attrs(fnametmp, file, NULL, fnamecmp,