svn commit: r348434 - head/sys/kern

Dmitry Chagin dchagin at FreeBSD.org
Thu May 30 16:11:22 UTC 2019


Author: dchagin
Date: Thu May 30 16:11:20 2019
New Revision: 348434
URL: https://svnweb.freebsd.org/changeset/base/348434

Log:
  Remove wrong inline keyword.
  
  Reported by:	markj
  MFC after:	1 week

Modified:
  head/sys/kern/kern_prot.c

Modified: head/sys/kern/kern_prot.c
==============================================================================
--- head/sys/kern/kern_prot.c	Thu May 30 16:04:00 2019	(r348433)
+++ head/sys/kern/kern_prot.c	Thu May 30 16:11:20 2019	(r348434)
@@ -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)
 {
 


More information about the svn-src-head mailing list