Conditional symlink-checking code in unchanged_attrs() should be
authorWayne Davison <wayned@samba.org>
Sun, 4 Nov 2007 06:43:01 +0000 (06:43 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 4 Nov 2007 06:43:01 +0000 (06:43 +0000)
checking HAVE_LUTIMES.

generator.c

index 5ba5579..db89199 100644 (file)
@@ -517,7 +517,7 @@ static void do_delete_pass(void)
 
 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)) {
                ;
        } else