Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Apr 2022 02:18:38 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 6ccd5caea9b8 - stable/13 - Style.
Message-ID:  <202204160218.23G2Icbe025300@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=6ccd5caea9b86234b733e64b371796acc3026649

commit 6ccd5caea9b86234b733e64b371796acc3026649
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2022-04-01 20:28:32 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-04-16 02:18:18 +0000

    Style.
    
    (cherry picked from commit 8cc19b1e47d06defe6d62da691a7a8f36727ec1a)
---
 sys/ufs/ufs/acl.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sys/ufs/ufs/acl.h b/sys/ufs/ufs/acl.h
index 882823d46bac..07075db91745 100644
--- a/sys/ufs/ufs/acl.h
+++ b/sys/ufs/ufs/acl.h
@@ -39,8 +39,10 @@
 
 #ifdef _KERNEL
 
-int	ufs_getacl_nfs4_internal(struct vnode *vp, struct acl *aclp, struct thread *td);
-int	ufs_setacl_nfs4_internal(struct vnode *vp, struct acl *aclp, struct thread *td);
+int	ufs_getacl_nfs4_internal(struct vnode *vp, struct acl *aclp,
+	    struct thread *td);
+int	ufs_setacl_nfs4_internal(struct vnode *vp, struct acl *aclp,
+	    struct thread *td);
 void	ufs_sync_acl_from_inode(struct inode *ip, struct acl *acl);
 void	ufs_sync_inode_from_acl(struct acl *acl, struct inode *ip);
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204160218.23G2Icbe025300>