X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/dc3ae351000b9ac2c8c77093a45e2984d562ad08..refs/heads/master:/fsync.diff diff --git a/fsync.diff b/fsync.diff index 4767406..4e1b545 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