Updated to apply cleanly.
[rsync/rsync-patches.git] / atimes.diff
index 47e0870..1ab0c6d 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       2004-08-05 21:57:29
+--- orig/flist.c       2004-08-11 23:42:23
 +++ flist.c    2004-07-03 20:15:41
 @@ -58,6 +58,7 @@ extern int relative_paths;
  extern int implied_dirs;
@@ -120,7 +120,7 @@ command before "make":
        file->length = file_length;
        file->mode = mode;
        file->uid = uid;
-@@ -864,6 +878,7 @@ skip_excludes:
+@@ -866,6 +880,7 @@ skip_excludes:
  
        file->flags = flags;
        file->modtime = st.st_mtime;
@@ -148,7 +148,7 @@ command before "make":
                if (verbose > 1)
                        rprintf(FINFO, "%s is newer\n", safe_fname(fname));
                return;
---- orig/options.c     2004-08-05 21:57:29
+--- orig/options.c     2004-08-11 23:42:23
 +++ options.c  2004-07-03 20:15:41
 @@ -48,6 +48,7 @@ int preserve_devices = 0;
  int preserve_uid = 0;
@@ -482,7 +482,7 @@ command before "make":
  
        return 0;
  }
---- orig/util.c        2004-08-09 21:07:10
+--- orig/util.c        2004-08-11 23:42:23
 +++ util.c     2004-07-03 20:15:41
 @@ -128,31 +128,39 @@ void overflow(char *str)