From: Martin Pool Date: Mon, 25 Mar 2002 06:06:29 +0000 (+0000) Subject: Fix from Jos for batch mode on Solaris. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/64e74631e0bb81b5e781c619c4f91417096d4ee8 Fix from Jos for batch mode on Solaris. --- diff --git a/batch.c b/batch.c index 237d57bd..f27e6fc3 100644 --- a/batch.c +++ b/batch.c @@ -396,7 +396,7 @@ void write_batch_csum_info(int *flist_entry, int flist_count, struct sum_struct *s) { size_t i; - unsigned int int_zero = 0; + size_t int_zero = 0; extern int csum_length; fdb_open = 1;