diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2000-01-26 04:19:38 +0000 | 
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2000-01-26 04:19:38 +0000 | 
| commit | 8f45e8c07611579a6a623ef2201082816c2f39ae (patch) | |
| tree | 3c9c6a2c285edd25bc3bf350bab4af093e85f3aa /lib/libc/posix1e/acl_support.h | |
| parent | 2fff585062e948ff849437905d9b51be9658b2b6 (diff) | |
Notes
Diffstat (limited to 'lib/libc/posix1e/acl_support.h')
| -rw-r--r-- | lib/libc/posix1e/acl_support.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/libc/posix1e/acl_support.h b/lib/libc/posix1e/acl_support.h index 237dd84b1d84..e34aca5e5646 100644 --- a/lib/libc/posix1e/acl_support.h +++ b/lib/libc/posix1e/acl_support.h @@ -36,7 +36,7 @@  int	acl_check(struct acl *acl);  int	acl_sort(acl_t acl); -int	acl_posix1e(acl_t acl); +int	acl_posix1e(acl_t acl, acl_type_t type);  int	acl_id_to_name(acl_tag_t tag, uid_t id, ssize_t buf_len, char *buf);  int	acl_name_to_id(acl_tag_t tag, char *name, uid_t *id);  int	acl_perm_to_string(acl_perm_t perm, ssize_t buf_len, char *buf); | 
