From: Wayne Davison Date: Thu, 15 Jan 2004 02:25:38 +0000 (+0000) Subject: The HAS_INODE_DATA flag is no longer a part of the LIVE_FLAGS define. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/f7f10340d64ff217fa077e1466f340328e69497e?hp=68f9910d94cc97ebce4bb0740ff2f3b69aead571 The HAS_INODE_DATA flag is no longer a part of the LIVE_FLAGS define. --- diff --git a/rsync.h b/rsync.h index e9c41d7b..bc009582 100644 --- a/rsync.h +++ b/rsync.h @@ -55,7 +55,7 @@ #define SAME_DEV (1<<10) /* What flags are relevant after the transfer of the flist is complete? */ -#define LIVE_FLAGS (FLAG_DELETE|HAS_INODE_DATA) +#define LIVE_FLAGS FLAG_DELETE /* update this if you make incompatible changes */ #define PROTOCOL_VERSION 28