On Nov 2, 2006, at 12:12 AM, Wesley W. Terpstra wrote:
Just so you know: there's almost certainly a bug / typo / misunderstanding somewhere in there.
Urp! Found a bug already. Sorry. It will segfault on FreeBSD without this small little fix.
< memmove(&list[off], &list[off+keylen], keylen); --- > memmove(&list[off], &list[off+1], keylen); This patch is better.
freebsd-xattr-better.patch
Description: Binary data
-- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html