X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/7cf8a5515da2ce8ec6b3bd11f51cc890a6b24b5e..08e9fae580ffdee84e2ef25e25386856b6ecea77:/fsync.diff diff --git a/fsync.diff b/fsync.diff index a7a45c7..61891a2 100644 --- a/fsync.diff +++ b/fsync.diff @@ -1,55 +1,64 @@ This patch from Sami Farin lets you specify --fsync if you want fsync() to be called on every file we write. ---- old/options.c -+++ new/options.c -@@ -45,6 +45,7 @@ int append_mode = 0; +To use this patch, run these commands for a successful build: + + patch -p1