Updated to apply cleanly.
[rsync/rsync-patches.git] / atimes.diff
index ef0df33..3bd28ed 100644 (file)
@@ -15,7 +15,7 @@ command before "make":
                rprintf(FINFO, "flist->length=%.0f\n",
                        (double) fptr[i]->length);
                rprintf(FINFO, "flist->mode=%#o\n", (int) fptr[i]->mode);
---- orig/flist.c       2005-05-14 19:51:15
+--- orig/flist.c       2005-05-28 08:24:57
 +++ flist.c    2005-02-07 21:06:04
 @@ -54,6 +54,7 @@ extern int relative_paths;
  extern int implied_dirs;
@@ -127,9 +127,9 @@ command before "make":
        file->length = st.st_size;
        file->mode = st.st_mode;
        file->uid = st.st_uid;
---- orig/generator.c   2005-05-19 08:52:42
+--- orig/generator.c   2005-05-22 20:53:34
 +++ generator.c        2004-11-03 23:02:12
-@@ -379,7 +379,7 @@ static int unchanged_file(char *fn, stru
+@@ -375,7 +375,7 @@ static int unchanged_file(char *fn, stru
        if (ignore_times)
                return 0;
  
@@ -138,7 +138,7 @@ command before "make":
  }
  
  
-@@ -853,7 +853,7 @@ static void recv_generator(char *fname, 
+@@ -849,7 +849,7 @@ static void recv_generator(char *fname, 
        }
  
        if (update_only && statret == 0
@@ -260,7 +260,7 @@ command before "make":
        uid_t uid;
        gid_t gid;
        mode_t mode;
---- orig/rsync.yo      2005-05-10 23:47:12
+--- orig/rsync.yo      2005-05-22 20:53:34
 +++ rsync.yo   2005-01-24 01:57:18
 @@ -322,6 +322,7 @@ to the detailed description below for a 
   -D, --devices               preserve devices (root only)