From: Jeffrey Altman Date: Fri, 25 Mar 2005 17:58:47 +0000 (+0000) Subject: acl-maxentry-comment-20050325 X-Git-Tag: openafs-devel-1_5_0~697 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=93ed4e14f0c1d8cee113f29e151bab14554b51cd;p=packages%2Fo%2Fopenafs.git acl-maxentry-comment-20050325 correct the comment related to the maximum number of entries in an ACL. the number of ACEs must be less than or equal to ACL_MAXENTRIES not less than ACL_MAXENTRIES. --- diff --git a/src/libacl/acl.h b/src/libacl/acl.h index 6289854eb..96567f374 100644 --- a/src/libacl/acl.h +++ b/src/libacl/acl.h @@ -54,7 +54,7 @@ of entries. Each entry consists of a username or groupname followed by a decimal number representing the rights mask for that name. Each entry in the list looks as if it had been produced by printf() using a format list of "%s\t%d\n". -Note that the number of entries must be less than ACL_MAXENTRIES +Note that the number of entries must be less than or equal to ACL_MAXENTRIES */ /* This is temporary hack to get around changing the volume package