Title: Behavior when lchown is not present

I have a question about the recent modification to move the handling of HAVE_LCHOWN from rsync.h to syscalls.c,

http://lists.samba.org/archive/rsync-cvs/2005-January/002769.html

The original code was "#ifndef HAVE_LCHOWN".  The new code is #ifdef HAVE_LCHOWN".  Surely this is a typo.  As a result, on Stratus VOS, which lacks lchown, the code in do_lchown no longer maps lchown back to chown.

I've checked-in the appropriate change, but I'm mentioning it here just in case there is something that I have overlooked.

Thanks
PG
--
Paul Green, Senior Technical Consultant, Stratus Technologies.
Voice: +1 978-461-7557; FAX: +1 978-461-3610; AIM: PaulGreen

-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to