]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Fix extern of preallocated_len w/o SUPPORT_PREALLOCATION.
authorWayne Davison <wayned@samba.org>
Mon, 31 Oct 2016 16:06:50 +0000 (09:06 -0700)
committerWayne Davison <wayned@samba.org>
Mon, 31 Oct 2016 16:06:50 +0000 (09:06 -0700)
receiver.c

index bed53284bf79b08de66b873a9cd2c3f6a3d01de3..3d9bc65f0238312df778e93ee08982b9aaf1cd9b 100644 (file)
@@ -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;