From ecf931483d75bf1797d2d4428879676dd9501bb2 Mon Sep 17 00:00:00 2001 From: trasz Date: Tue, 22 Dec 2009 09:03:59 +0000 Subject: Cosmetic fixes. --- sys/sys/acl.h | 12 ++++++------ 1 file 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; -- cgit v1.1