On Thu, Jun 12, 2014 at 21:30, Christian Weisgerber wrote: > New diff. > > * Move all off_t variables that don't look like file sizes to > int64_t. > * Switch blockswritten to int64_t, so it won't wrap at 2TB. > * Same for blocksthisvol (deraadt@). > * Switch xferrate (tedu@) and blocksperfile from long to uint64_t. > * Since blocksperfile can be set with -B, move numarg() from long > to long long and don't mark small integer constant arguments with > 'L'.
I myself am not a dump fiend, but it all looks reasonable.
