* src/ls.c (gobble_file): Output errno, as u.err
is not populated by file_has_aclinfo() on all platforms.
* NEWS: Mention the bug fix.
on systems like Android with SELinux but without xattr support.
[bug introduced in coreutils-9.6]
+ `ls -l` could output spurious "Not supported" errors in certain cases,
+ like with dangling symlinks on cygwin.
+ [bug introduced in coreutils-9.6]
+
'who -m' now outputs entries for remote logins. Previously login
entries prefixed with the service (like "sshd") were not matched.
[bug introduced in coreutils-9.4]
any_has_acl |= f->acl_type != ACL_T_NONE;
if (format == long_format && n < 0 && !cannot_access_acl)
- error (0, ai.u.err, "%s", quotef (full_name));
+ error (0, errno, "%s", quotef (full_name));
else
{
/* When requesting security context information, don't make