X-Git-Url: http://git.samba.org/samba.git/?p=rsync-patches.git;a=blobdiff_plain;f=fsync.diff;h=a5b6116266963756204a56e9b2ca8e9134038a7f;hp=60d3da9a0b03a816bb8e488d3a9caab96a4a9815;hb=952918f09db2a4aa51e7c0ca0e689bf3f922b48f;hpb=d4e89c6a0706b85150f334b9ca6060cb7ee423df diff --git a/fsync.diff b/fsync.diff index 60d3da9..a5b6116 100644 --- a/fsync.diff +++ b/fsync.diff @@ -1,85 +1,107 @@ This patch from Sami Farin lets you specify --fsync if you want fsync() to be called on every file we write. ---- orig/options.c 2004-07-20 21:36:07 -+++ options.c 2004-07-03 20:18:13 -@@ -38,6 +38,7 @@ int make_backups = 0; - **/ - int whole_file = -1; - -+int do_fsync = 0; - int archive_mode = 0; +To use this patch, run these commands for a successful build: + + patch -p1