Edward Tomasz Napierala c38898116a 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
..
2008-06-20 14:47:06 +00:00
2008-04-03 02:41:54 +00:00
2006-09-26 09:47:46 +00:00
2005-12-13 13:43:35 +00:00
2008-04-03 02:41:54 +00:00
2005-12-13 13:43:35 +00:00
2009-06-01 09:32:12 +00:00
2008-02-25 13:03:18 +00:00
2008-11-29 14:32:14 +00:00
2006-09-17 21:27:35 +00:00
2006-10-07 05:13:32 +00:00
2007-04-05 21:17:52 +00:00
2008-11-11 14:55:59 +00:00
2009-03-27 11:03:02 +00:00
2009-06-15 21:52:27 +00:00
2007-05-14 13:58:54 +00:00
2007-12-19 03:33:13 +00:00
2006-09-17 21:27:35 +00:00
2005-11-17 13:00:00 +00:00
2005-12-13 13:43:35 +00:00
2009-01-12 13:12:02 +00:00
2007-06-18 01:50:03 +00:00
2007-06-18 01:50:03 +00:00