[SCM] The rsync repository. - branch master updated
Rsync CVS commit messages <[email protected]> Sun, 30 Jan 2011 07:26:40 +0100 (CET)
| Newsgroups | gmane.network.rsync.cvs |
|---|---|
| Message-ID | <[email protected]> |
The branch, master has been updated
via e1fe1d5 Updated a comment to match a 3.0.x change.
from 57edc48 Avoid changing file_extra_cnt during deletion.
;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit e1fe1d55c4b9a8d45d9c640cefe45a345371f9d5
Author: Wayne Davison <[email protected]>
Date: Sat Jan 29 22:24:49 2011 -0800
Updated a comment to match a 3.0.x change.
-----------------------------------------------------------------------
Summary of changes:
rsync.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/rsync.h b/rsync.h
index 2366f57..ed60005 100644
--- a/rsync.h
+++ b/rsync.h
@@ -60,7 +60,7 @@
#define XMIT_RDEV_MINOR_8_pre30 (1<<11) /* protocols 28 - 29 */
#define XMIT_GROUP_NAME_FOLLOWS (1<<11) /* protocols 30 - now */
#define XMIT_HLINK_FIRST (1<<12) /* protocols 30 - now (HLINKED files only) */
-#define XMIT_IO_ERROR_ENDLIST (1<<12) /* protocols 31 - now (w/XMIT_EXTENDED_FLAGS) */
+#define XMIT_IO_ERROR_ENDLIST (1<<12) /* protocols 31*- now (w/XMIT_EXTENDED_FLAGS) (also protocol 30 w/'f' compat flag) */
#define XMIT_MOD_NSEC (1<<13) /* protocols 31 - now */
/* These flags are used in the live flist data. */
--
The rsync repository.