Date: Sun, 21 Mar 2021 05:35:36 GMT From: Dmitry Chagin <dchagin@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 3430e229287c - stable/12 - Remove wrong inline keyword. Message-ID: <202103210535.12L5ZaRE097412@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=3430e229287ce440f834e023bb33bb21a666fc0f commit 3430e229287ce440f834e023bb33bb21a666fc0f Author: Dmitry Chagin <dchagin@FreeBSD.org> AuthorDate: 2019-05-30 16:11:20 +0000 Commit: Dmitry Chagin <dchagin@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) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103210535.12L5ZaRE097412>