The patches for 3.0.9.
[rsync.git/patches.git] / fsync.diff
index e483e76b43ff336807c44d180108cfc153931a00..1e2a07667ec17b386233b12e28e5b9e73b4cb0a7 100644 (file)
@@ -7,7 +7,7 @@ To use this patch, run these commands for a successful build:
     ./configure                         (optional if already run)
     make
 
-based-on: 8750f64ec7893c263b51e538895af3092bce9f4c
+based-on: 40afd365cc8ca968fd16e161d24df5b8a8a520cc
 diff --git a/options.c b/options.c
 --- a/options.c
 +++ b/options.c
@@ -83,15 +83,15 @@ diff --git a/t_stub.c b/t_stub.c
 diff --git a/util.c b/util.c
 --- a/util.c
 +++ b/util.c
-@@ -26,6 +26,7 @@
+@@ -25,6 +25,7 @@
  extern int verbose;
- extern int dry_run;
  extern int module_id;
 +extern int do_fsync;
  extern int modify_window;
  extern int relative_paths;
  extern int preserve_times;
-@@ -345,6 +346,13 @@ int copy_file(const char *source, const char *dest, int ofd,
+@@ -344,6 +345,13 @@ int copy_file(const char *source, const char *dest, int ofd,
                        full_fname(source));
        }