Commit 64e74631 authored by Martin Pool's avatar Martin Pool

Fix from Jos for batch mode on Solaris.

parent fba31efb
...@@ -396,7 +396,7 @@ void write_batch_csum_info(int *flist_entry, int flist_count, ...@@ -396,7 +396,7 @@ void write_batch_csum_info(int *flist_entry, int flist_count,
struct sum_struct *s) struct sum_struct *s)
{ {
size_t i; size_t i;
unsigned int int_zero = 0; size_t int_zero = 0;
extern int csum_length; extern int csum_length;
fdb_open = 1; fdb_open = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment