trasz 09784497a2 There is an optimization in chmod(1), that makes it not to call chmod(2)
if the new file mode is the same as it was before; however, this
optimization must be disabled for filesystems that support NFSv4 ACLs.
Chmod uses pathconf(2) to determine whether this is the case - however,
pathconf(2) always follows symbolic links, while the 'chmod -h' doesn't.

This change adds lpathconf(3) to make it possible to solve that problem
in a clean way.

Reviewed by:	rwatson (earlier version)
Approved by:	re (kib)
2009-07-08 15:23:18 +00:00
..
2009-06-23 14:11:41 +00:00
2009-06-23 14:11:41 +00:00
2007-06-03 17:20:27 +00:00
2009-06-23 14:11:41 +00:00
2009-03-25 12:36:37 +00:00
2009-06-25 23:59:23 +00:00
2008-03-26 07:32:08 +00:00