The call to do_chmod() needed to be conditional.
[rsync/rsync.git] / backup.c
index 612130b..8500043 100644 (file)
--- a/backup.c
+++ b/backup.c
@@ -132,7 +132,9 @@ static int make_bak_dir(char *fullpath)
                                        full_fname(rel));
                        } else {
                                do_lchown(fullpath, st.st_uid, st.st_gid);
+#ifdef HAVE_CHMOD
                                do_chmod(fullpath, st.st_mode);
+#endif
                        }
                }
                *p = '/';