Commit cac80887 authored by Wayne Davison's avatar Wayne Davison

Conditional symlink-checking code in unchanged_attrs() should be

checking HAVE_LUTIMES.
parent 45a143cd
...@@ -517,7 +517,7 @@ static void do_delete_pass(void) ...@@ -517,7 +517,7 @@ static void do_delete_pass(void)
int unchanged_attrs(const char *fname, struct file_struct *file, stat_x *sxp) int unchanged_attrs(const char *fname, struct file_struct *file, stat_x *sxp)
{ {
#if !defined HAVE_LCHMOD && !defined HAVE_SETATTRLIST #ifndef HAVE_LUTIMES
if (S_ISLNK(file->mode)) { if (S_ISLNK(file->mode)) {
; ;
} else } else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment