Fix #ifdef in unchanged_attrs(). Fixes bug 8268.

This commit is contained in:
Wayne Davison
2011-06-26 09:52:40 -07:00
parent a59a7b2423
commit 01580c794a

View File

@@ -443,7 +443,7 @@ int unchanged_attrs(const char *fname, struct file_struct *file, stat_x *sxp)
if (perms_differ(file, sxp))
return 0;
#endif
#ifndef CAN_CHOWN_SYMLINK
#ifdef CAN_CHOWN_SYMLINK
if (ownership_differs(file, sxp))
return 0;
#endif