From: Wayne Davison Date: Sun, 30 Jan 2011 04:52:38 +0000 (-0800) Subject: Move FLAG_DEL_NEEDS_UID into the "not stored" section. X-Git-Tag: v3.0.8pre1~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2064c28d6ddcc4bc11abe3092620a9730045f845;p=thirdparty%2Frsync.git Move FLAG_DEL_NEEDS_UID into the "not stored" section. --- diff --git a/rsync.h b/rsync.h index cd4cb8dc..f7b208b8 100644 --- a/rsync.h +++ b/rsync.h @@ -83,8 +83,8 @@ /* These flags are passed to functions but not stored. */ -#define FLAG_DEL_NEEDS_UID (1<<15)/* generator, but must be unique */ #define FLAG_DIVERT_DIRS (1<<16)/* sender, but must be unique */ +#define FLAG_DEL_NEEDS_UID (1<<17)/* generator, but must be unique */ /* These flags are for get_dirlist(). */ #define GDL_IGNORE_FILTER_RULES (1<<0)