]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
pathconf() and acl_get_file() follow links so they cannot be used to
authortjr <tjr@FreeBSD.org>
Thu, 19 Dec 2002 01:13:23 +0000 (01:13 +0000)
committertjr <tjr@FreeBSD.org>
Thu, 19 Dec 2002 01:13:23 +0000 (01:13 +0000)
commitc26513521a06d9a7ad0fd642c3de352135c495ea
treea7bcf931da461f61ac1339a7d05fb8624cecaa21
parentb0df3e55167e4e27acf83a600ea83ad148670635
pathconf() and acl_get_file() follow links so they cannot be used to
determine whether a symlink has an ACL. Instead, assume that symbolic
links don't have ACLs and don't bother checking. Avoids spurious
ENOENT warnings when listing directories containing broken symlinks
on filesystems with ACLs enabled.

Pointed out by: rwatson, bde
bin/ls/print.c