mirror of
git://git.sv.gnu.org/coreutils
synced 2026-06-05 15:22:12 -04:00
add back the parens Paul removed :-)
This commit is contained in:
@@ -1900,7 +1900,7 @@ gobble_file (const char *name, enum filetype type, int explicit_arg,
|
||||
|
||||
#if USE_ACL
|
||||
if (! S_ISLNK (files[files_index].stat.st_mode))
|
||||
files[files_index].have_acl = 4 < acl (path, GETACLCNT, 0, NULL);
|
||||
files[files_index].have_acl = (4 < acl (path, GETACLCNT, 0, NULL));
|
||||
#endif
|
||||
|
||||
if (S_ISLNK (files[files_index].stat.st_mode)
|
||||
|
||||
Reference in New Issue
Block a user