git: 3430e229287c - stable/12 - Remove wrong inline keyword.

Dmitry Chagin dchagin at FreeBSD.org
Sun Mar 21 05:35:36 UTC 2021


The branch stable/12 has been updated by dchagin:

URL: https://cgit.FreeBSD.org/src/commit/?id=3430e229287ce440f834e023bb33bb21a666fc0f

commit 3430e229287ce440f834e023bb33bb21a666fc0f
Author:     Dmitry Chagin <dchagin at FreeBSD.org>
AuthorDate: 2019-05-30 16:11:20 +0000
Commit:     Dmitry Chagin <dchagin at FreeBSD.org>
CommitDate: 2021-03-21 05:35:11 +0000

    Remove wrong inline keyword.
    
    Reported by:    markj
    MFC after:      1 week
    
    (cherry picked from commit c8124e20e5493651b5adca11c0c796cdcf5b2696)
---
 sys/kern/kern_prot.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/kern/kern_prot.c b/sys/kern/kern_prot.c
index b276540ec8d5..681718d571d2 100644
--- a/sys/kern/kern_prot.c
+++ b/sys/kern/kern_prot.c
@@ -1931,7 +1931,7 @@ cru2x(struct ucred *cr, struct xucred *xcr)
 	    ngroups * sizeof(*cr->cr_groups));
 }
 
-void inline
+void
 cru2xt(struct thread *td, struct xucred *xcr)
 {
 


More information about the dev-commits-src-all mailing list