summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-06-27 19:30:11 +0000
committerrwatson <rwatson@FreeBSD.org>2002-06-27 19:30:11 +0000
commit99f90043d5c4e5a0a8cbac2ceb0857ebdcb39d4f (patch)
tree722ebfef063fbdb7a00852205e72f7d1d3cf973c /sys
parent4fd45e815b2d3cfde177e499f401434abdfe489d (diff)
downloadFreeBSD-src-99f90043d5c4e5a0a8cbac2ceb0857ebdcb39d4f.zip
FreeBSD-src-99f90043d5c4e5a0a8cbac2ceb0857ebdcb39d4f.tar.gz
A bit of whitespace magic.
Diffstat (limited to 'sys')
-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