[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Mon Oct 31 16:07:11 UTC 2016


The branch, master has been updated
       via  001adf5 Fix extern of preallocated_len w/o SUPPORT_PREALLOCATION.
      from  ff66fd4 More fixes for --progress quirks.

https://git.samba.org/?p=rsync.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 001adf50966ec749d951fd13e7ee7289afa5f91b
Author: Wayne Davison <wayned at samba.org>
Date:   Mon Oct 31 09:06:50 2016 -0700

    Fix extern of preallocated_len w/o SUPPORT_PREALLOCATION.

-----------------------------------------------------------------------

Summary of changes:
 receiver.c | 2 --
 1 file changed, 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/receiver.c b/receiver.c
index bed5328..3d9bc65 100644
--- a/receiver.c
+++ b/receiver.c
@@ -62,9 +62,7 @@ extern char *basis_dir[MAX_BASIS_DIRS+1];
 extern char sender_file_sum[MAX_DIGEST_LEN];
 extern struct file_list *cur_flist, *first_flist, *dir_flist;
 extern filter_rule_list daemon_filter_list;
-#ifdef SUPPORT_PREALLOCATION
 extern OFF_T preallocated_len;
-#endif
 
 static struct bitbag *delayed_bits = NULL;
 static int phase = 0, redoing = 0;


-- 
The rsync repository.



More information about the rsync-cvs mailing list