From: Wayne Davison Date: Wed, 27 Jul 2005 23:30:53 +0000 (+0000) Subject: - Don't call do_chmod() unless HAVE_CHMOD is defined. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/d11f5c6e2b0c813136519e39820055cd73cfe463?hp=d11f5c6e2b0c813136519e39820055cd73cfe463 - Don't call do_chmod() unless HAVE_CHMOD is defined. - Made do_chmod() handle symlinks or return 1 if not possible. - We now mask off the mode bits in do_chmod() sing CHMOD_BITS. ---