Deleted Added
full compact
26c26
< * $FreeBSD: head/sys/kern/vfs_acl.c 83366 2001-09-12 08:38:13Z julian $
---
> * $FreeBSD: head/sys/kern/vfs_acl.c 85582 2001-10-27 05:45:42Z rwatson $
51c51
< static int vacl_set_acl( struct thread *td, struct vnode *vp, acl_type_t type,
---
> static int vacl_set_acl(struct thread *td, struct vnode *vp, acl_type_t type,
53c53
< static int vacl_get_acl( struct thread *td, struct vnode *vp, acl_type_t type,
---
> static int vacl_get_acl(struct thread *td, struct vnode *vp, acl_type_t type,
55c55
< static int vacl_aclcheck( struct thread *td, struct vnode *vp,
---
> static int vacl_aclcheck(struct thread *td, struct vnode *vp,
565c565
< vacl_set_acl( struct thread *td, struct vnode *vp, acl_type_t type,
---
> vacl_set_acl(struct thread *td, struct vnode *vp, acl_type_t type,
585c585
< vacl_get_acl( struct thread *td, struct vnode *vp, acl_type_t type,
---
> vacl_get_acl(struct thread *td, struct vnode *vp, acl_type_t type,
604c604
< vacl_delete( struct thread *td, struct vnode *vp, acl_type_t type)
---
> vacl_delete(struct thread *td, struct vnode *vp, acl_type_t type)
610c610,611
< error = VOP_SETACL(vp, ACL_TYPE_DEFAULT, 0, td->td_proc->p_ucred, td);
---
> error = VOP_SETACL(vp, ACL_TYPE_DEFAULT, 0, td->td_proc->p_ucred,
> td);
619c620
< vacl_aclcheck( struct thread *td, struct vnode *vp, acl_type_t type,
---
> vacl_aclcheck(struct thread *td, struct vnode *vp, acl_type_t type,
628c629,630
< error = VOP_ACLCHECK(vp, type, &inkernelacl, td->td_proc->p_ucred, td);
---
> error = VOP_ACLCHECK(vp, type, &inkernelacl, td->td_proc->p_ucred,
> td);
644c646
< __acl_get_file( struct thread *td, struct __acl_get_file_args *uap)
---
> __acl_get_file(struct thread *td, struct __acl_get_file_args *uap)
650d651
< /* what flags are required here -- possible not LOCKLEAF? */
668c669
< __acl_set_file( struct thread *td, struct __acl_set_file_args *uap)
---
> __acl_set_file(struct thread *td, struct __acl_set_file_args *uap)
691c692
< __acl_get_fd( struct thread *td, struct __acl_get_fd_args *uap)
---
> __acl_get_fd(struct thread *td, struct __acl_get_fd_args *uap)
712c713
< __acl_set_fd( struct thread *td, struct __acl_set_fd_args *uap)
---
> __acl_set_fd(struct thread *td, struct __acl_set_fd_args *uap)
733c734
< __acl_delete_file( struct thread *td, struct __acl_delete_file_args *uap)
---
> __acl_delete_file(struct thread *td, struct __acl_delete_file_args *uap)
755c756
< __acl_delete_fd( struct thread *td, struct __acl_delete_fd_args *uap)
---
> __acl_delete_fd(struct thread *td, struct __acl_delete_fd_args *uap)
776c777
< __acl_aclcheck_file( struct thread *td, struct __acl_aclcheck_file_args *uap)
---
> __acl_aclcheck_file(struct thread *td, struct __acl_aclcheck_file_args *uap)
799c800
< __acl_aclcheck_fd( struct thread *td, struct __acl_aclcheck_fd_args *uap)
---
> __acl_aclcheck_fd(struct thread *td, struct __acl_aclcheck_fd_args *uap)