> You should be able to change this line in the [craigb-perf] patch: > > + buffer = Realloc(buffer, remaining); > > To this line: > > + buffer = realloc_array(buffer, char, remaining); > > and that should fix it.
Worked fine. Thanks Wayne - recompiling 2.5.7 and reinstalling it on all my systems now. Jim Salter JRS Systems -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html