X-Git-Url: http://git.samba.org/samba.git/?p=rsync-patches.git;a=blobdiff_plain;f=fsync.diff;h=a5b6116266963756204a56e9b2ca8e9134038a7f;hp=d96b9b57feff971c328144ec7c931bed6ba9c7d3;hb=952918f09db2a4aa51e7c0ca0e689bf3f922b48f;hpb=1d15f8d9a7db9102c815c8fb912de29c0d53645e diff --git a/fsync.diff b/fsync.diff index d96b9b5..a5b6116 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. ---- orig/options.c 2005-02-20 00:02:23 -+++ options.c 2005-01-28 19:30:47 -@@ -39,6 +39,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