svn commit: r273707 - in head/sys: compat/freebsd32 kern kgssapi netinet nfs nlm sys

Mateusz Guzik mjguzik at gmail.com
Thu Oct 30 22:50:17 UTC 2014


On Thu, Oct 30, 2014 at 06:02:18PM -0400, Benjamin Kaduk wrote:
> On Sun, Oct 26, 2014 at 3:42 PM, Mateusz Guzik <mjg at freebsd.org> wrote:
> 
> > Author: mjg
> > Date: Sun Oct 26 19:42:44 2014
> > New Revision: 273707
> > URL: https://svnweb.freebsd.org/changeset/base/273707
> >
> > Log:
> >   Avoid dynamic syscall overhead for statically compiled modules.
> >
> 
> 
> > --- head/sys/sys/sysent.h       Sun Oct 26 19:03:06 2014        (r273706)
> > +++ head/sys/sys/sysent.h       Sun Oct 26 19:42:44 2014        (r273707)
> > @@ -242,10 +248,10 @@ struct syscall_helper_data {
> >  }
> >
> >  int    syscall_register(int *offset, struct sysent *new_sysent,
> > -           struct sysent *old_sysent);
> > +           struct sysent *old_sysent, int flags);
> >
> 
> Should __FreeBSD_version have been bumped for the KPI change?
> I am getting pkg-fallout mail that net/openafs fails to build, now.
> 

Right, bumped in https://svnweb.freebsd.org/changeset/base/273875

Thanks for reporting.

-- 
Mateusz Guzik <mjguzik gmail.com>


More information about the svn-src-all mailing list