X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Facl-internal.h;h=676e57aba3d6b73e40a476b5ce5ef3feb78e14ee;hb=d913c90f6a01f889db65cbb516683aab2f28c533;hp=33a47e5dff2a048d8fadd29b735b7a71b7b7d7f5;hpb=24a8cd3bda9e9bf97e314505a771166b8a687cd2;p=gnulib.git diff --git a/lib/acl-internal.h b/lib/acl-internal.h index 33a47e5df..676e57aba 100644 --- a/lib/acl-internal.h +++ b/lib/acl-internal.h @@ -1,6 +1,6 @@ /* Internal implementation of access control lists. - Copyright (C) 2002-2003, 2005-2008 Free Software Foundation, Inc. + Copyright (C) 2002-2003, 2005-2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -136,6 +136,8 @@ rpl_acl_set_fd (int fd, acl_t acl) ((Err) == ENOTSUP || (Err) == ENOSYS || (Err) == EINVAL || (Err) == EBUSY) # endif +/* Return the number of entries in ACL. + Return -1 and set errno upon failure to determine it. */ /* Define a replacement for acl_entries if needed. (Only Linux has it.) */ # if !HAVE_ACL_ENTRIES # define acl_entries rpl_acl_entries