Remove wrong inline keyword.

Reported by:	markj
MFC after:	1 week
This commit is contained in:
Dmitry Chagin 2019-05-30 16:11:20 +00:00
parent 5c066cd2e2
commit c8124e20e5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348434

View File

@ -1957,7 +1957,7 @@ cru2x(struct ucred *cr, struct xucred *xcr)
ngroups * sizeof(*cr->cr_groups));
}
void inline
void
cru2xt(struct thread *td, struct xucred *xcr)
{