- Added a test for ftruncate() to configure. If the function does not
authorWayne Davison <wayned@samba.org>
Fri, 2 Jul 2004 21:26:42 +0000 (21:26 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 2 Jul 2004 21:26:42 +0000 (21:26 +0000)
commitc46f8a95adbe2eff016f5d4c126ea5aeb2c3f7e5
treeaf7dd7053ac3cc1c7575cdc942beff64f9813d7e
parent8cec1eadd1339a0efc6ab45f559849143aa16e92
- Added a test for ftruncate() to configure.  If the function does not
  exist, we disable support for --inplace.
- Mention the availability of inplace support in the --version output.
- Improved the sorting of the targets to include sub-sorting the same
  target by sum1, sum2, and offset.  This makes the comparisons later
  when searching for matching targets more optimal.
- We now mark chunks that were at idential offsets so that we can
  potentially reuse them.
- Prefer a cunk with an identical offset over another matching chunk.
- Fixed a bug in one error message that was outputting fnametmp instead
  of fnamecmp.
- Don't call cleanup_set() for an inplace transfer.
inplace.diff