X-Git-Url: https://mattmccutchen.net/rsync/rsync-patches.git/blobdiff_plain/85096e5eda83525eadddc9c6b1bc8135ac22e54a..f9df736a3e22f15307f9e304eb9069b06e94208f:/drop-cache.diff diff --git a/drop-cache.diff b/drop-cache.diff index 6c7f277..aca5d63 100644 --- a/drop-cache.diff +++ b/drop-cache.diff @@ -134,7 +134,7 @@ diff --git a/generator.c b/generator.c +#endif + /* For calling delete_item() and delete_dir_contents(). */ - #define DEL_OWNED_BY_US (1<<0) /* file/dir has our uid */ + #define DEL_NO_UID_WRITE (1<<0) /* file/dir has our uid w/o write perm */ #define DEL_RECURSE (1<<1) /* if dir, delete all contents */ diff --git a/options.c b/options.c --- a/options.c