acl_get_file
acl = acl_get_file(path, type);
acl = acl_get_file(file->fts_accpath, acl_type);
return (_acl_extended_file(acl_get_file, pathconf, path_p));
acl_t acl_get_file(const char *_path_p, acl_type_t _type);
facl = acl_get_file(entry->fts_accpath, acl_type);