summaryrefslogtreecommitdiffstats
path: root/sys/sys
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2009-12-22 09:03:59 +0000
committertrasz <trasz@FreeBSD.org>2009-12-22 09:03:59 +0000
commitecf931483d75bf1797d2d4428879676dd9501bb2 (patch)
treec7f691dfbf1dcc9a5c8dfac31cd5e41a3f2b0c66 /sys/sys
parent86013601aeda30487c6da5f503df04111b0df283 (diff)
downloadFreeBSD-src-ecf931483d75bf1797d2d4428879676dd9501bb2.zip
FreeBSD-src-ecf931483d75bf1797d2d4428879676dd9501bb2.tar.gz
Cosmetic fixes.
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/acl.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/sys/acl.h b/sys/sys/acl.h
index 855e85c..80a3fe6 100644
--- a/sys/sys/acl.h
+++ b/sys/sys/acl.h
@@ -99,13 +99,13 @@ struct oldacl {
* Current "struct acl".
*/
struct acl_entry {
- acl_tag_t ae_tag;
- uid_t ae_id;
- acl_perm_t ae_perm;
- /* "allow" or "deny". Unused in POSIX ACLs. */
+ acl_tag_t ae_tag;
+ uid_t ae_id;
+ acl_perm_t ae_perm;
+ /* NFSv4 entry type, "allow" or "deny". Unused in POSIX.1e ACLs. */
acl_entry_type_t ae_entry_type;
- /* Flags control inheritance. Unused in POSIX ACLs. */
- acl_flag_t ae_flags;
+ /* NFSv4 ACL inheritance. Unused in POSIX.1e ACLs. */
+ acl_flag_t ae_flags;
};
typedef struct acl_entry *acl_entry_t;
OpenPOWER on IntegriCloud