K 10 svn:author V 2 ed K 8 svn:date V 27 2011-11-19T06:35:15.626865Z K 7 svn:log V 299 Improve *access*() parameter name consistency. The current code mixes the use of `flags' and `mode'. This is a bit confusing, since the faccessat() function as a `flag' parameter to store the AT_ flag. Make this less confusing by using the same name as used in the POSIX specification -- `amode'. END