1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

Replay minor system call comment cleanup applied to kern_acl.c in a race

with repo-copy of kern_acl.c to vfs_acl.c.
This commit is contained in:
Robert Watson 2007-03-05 13:26:07 +00:00
parent e6f5470468
commit b5368498b5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=167234

View File

@ -264,7 +264,7 @@ __acl_set_link(struct thread *td, struct __acl_set_link_args *uap)
}
/*
* Given a file descriptor, get an ACL for it
* Given a file descriptor, get an ACL for it.
*/
int
__acl_get_fd(struct thread *td, struct __acl_get_fd_args *uap)
@ -283,7 +283,7 @@ __acl_get_fd(struct thread *td, struct __acl_get_fd_args *uap)
}
/*
* Given a file descriptor, set an ACL for it
* Given a file descriptor, set an ACL for it.
*/
int
__acl_set_fd(struct thread *td, struct __acl_set_fd_args *uap)