Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2019 16:11:21 +0000 (UTC)
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r348434 - head/sys/kern
Message-ID:  <201905301611.x4UGBLuD056088@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)
 {
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905301611.x4UGBLuD056088>