X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffile-has-acl.c;fp=lib%2Ffile-has-acl.c;h=9a5e249c21d33110166a5b4c093e88b81bf38646;hb=d586cbff12b4814bf4d397b01faad61944428e75;hp=1b7e392a3fb5c8629d415578db3b69c730ea783f;hpb=33043a538ac757a6d24663b13e7108c8e82e56f2;p=gnulib.git diff --git a/lib/file-has-acl.c b/lib/file-has-acl.c index 1b7e392a3..9a5e249c2 100644 --- a/lib/file-has-acl.c +++ b/lib/file-has-acl.c @@ -439,7 +439,8 @@ acl_nontrivial (int count, struct acl *entries) /* Return 1 if NAME has a nontrivial access control list, 0 if NAME only has no or a base access control list, and -1 (setting errno) - on error. SB must be set to the stat buffer of FILE. */ + on error. SB must be set to the stat buffer of NAME, obtained + through stat() or lstat(). */ int file_has_acl (char const *name, struct stat const *sb)