Remove wrong inline keyword.

Reported by:	markj
MFC after:	1 week
This commit is contained in:
dchagin 2019-05-30 16:11:20 +00:00
parent ba1bb0fa68
commit 312797a880

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)
{