diff options
author | rwatson <rwatson@FreeBSD.org> | 2007-03-05 13:26:07 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2007-03-05 13:26:07 +0000 |
commit | e711d52c589f5969477a7c1578e75941b3e0276e (patch) | |
tree | 0089d9621d3ae196482234bec7cd9e4d1ba27246 | |
parent | 41649b75761143bf8de6500e8b3cf691a7317e87 (diff) | |
download | FreeBSD-src-e711d52c589f5969477a7c1578e75941b3e0276e.zip FreeBSD-src-e711d52c589f5969477a7c1578e75941b3e0276e.tar.gz |
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.
-rw-r--r-- | sys/kern/vfs_acl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/vfs_acl.c b/sys/kern/vfs_acl.c index 0a276a2..c2456be 100644 --- a/sys/kern/vfs_acl.c +++ b/sys/kern/vfs_acl.c @@ -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) |