X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/1a2bc9cd5090ca968629f4c4a4915a8e49231386..ab5ffac0b5b90b65432ee6491f5c8cf94a3b0e18:/fsync.diff diff --git a/fsync.diff b/fsync.diff index 960938d..7ac11f5 100644 --- a/fsync.diff +++ b/fsync.diff @@ -1,53 +1,61 @@ This patch from Sami Farin lets you specify --fsync if you want fsync() to be called on every file we write. ---- orig/options.c 2005-05-19 08:52:42 -+++ options.c 2005-01-28 19:30:47 -@@ -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