summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/kern/kern_acl.c10
-rw-r--r--sys/kern/subr_acl_posix1e.c10
-rw-r--r--sys/kern/vfs_acl.c10
3 files changed, 15 insertions, 15 deletions
diff --git a/sys/kern/kern_acl.c b/sys/kern/kern_acl.c
index 0c79823..4541e12 100644
--- a/sys/kern/kern_acl.c
+++ b/sys/kern/kern_acl.c
@@ -50,12 +50,12 @@
MALLOC_DEFINE(M_ACL, "acl", "access control list");
-static int vacl_set_acl(struct thread *td, struct vnode *vp, acl_type_t type,
- struct acl *aclp);
-static int vacl_get_acl(struct thread *td, struct vnode *vp, acl_type_t type,
- struct acl *aclp);
+static int vacl_set_acl(struct thread *td, struct vnode *vp,
+ acl_type_t type, struct acl *aclp);
+static int vacl_get_acl(struct thread *td, struct vnode *vp,
+ acl_type_t type, struct acl *aclp);
static int vacl_aclcheck(struct thread *td, struct vnode *vp,
- acl_type_t type, struct acl *aclp);
+ acl_type_t type, struct acl *aclp);
/*
* Implement a version of vaccess() that understands POSIX.1e ACL semantics.
diff --git a/sys/kern/subr_acl_posix1e.c b/sys/kern/subr_acl_posix1e.c
index 0c79823..4541e12 100644
--- a/sys/kern/subr_acl_posix1e.c
+++ b/sys/kern/subr_acl_posix1e.c
@@ -50,12 +50,12 @@
MALLOC_DEFINE(M_ACL, "acl", "access control list");
-static int vacl_set_acl(struct thread *td, struct vnode *vp, acl_type_t type,
- struct acl *aclp);
-static int vacl_get_acl(struct thread *td, struct vnode *vp, acl_type_t type,
- struct acl *aclp);
+static int vacl_set_acl(struct thread *td, struct vnode *vp,
+ acl_type_t type, struct acl *aclp);
+static int vacl_get_acl(struct thread *td, struct vnode *vp,
+ acl_type_t type, struct acl *aclp);
static int vacl_aclcheck(struct thread *td, struct vnode *vp,
- acl_type_t type, struct acl *aclp);
+ acl_type_t type, struct acl *aclp);
/*
* Implement a version of vaccess() that understands POSIX.1e ACL semantics.
diff --git a/sys/kern/vfs_acl.c b/sys/kern/vfs_acl.c
index 0c79823..4541e12 100644
--- a/sys/kern/vfs_acl.c
+++ b/sys/kern/vfs_acl.c
@@ -50,12 +50,12 @@
MALLOC_DEFINE(M_ACL, "acl", "access control list");
-static int vacl_set_acl(struct thread *td, struct vnode *vp, acl_type_t type,
- struct acl *aclp);
-static int vacl_get_acl(struct thread *td, struct vnode *vp, acl_type_t type,
- struct acl *aclp);
+static int vacl_set_acl(struct thread *td, struct vnode *vp,
+ acl_type_t type, struct acl *aclp);
+static int vacl_get_acl(struct thread *td, struct vnode *vp,
+ acl_type_t type, struct acl *aclp);
static int vacl_aclcheck(struct thread *td, struct vnode *vp,
- acl_type_t type, struct acl *aclp);
+ acl_type_t type, struct acl *aclp);
/*
* Implement a version of vaccess() that understands POSIX.1e ACL semantics.
OpenPOWER on IntegriCloud