Date: Thu, 30 Oct 2014 23:50:11 +0100 From: Mateusz Guzik <mjguzik@gmail.com> To: Benjamin Kaduk <bjkfbsd@gmail.com> Cc: "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>, "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, "src-committers@freebsd.org" <src-committers@freebsd.org>, Mateusz Guzik <mjg@freebsd.org> Subject: Re: svn commit: r273707 - in head/sys: compat/freebsd32 kern kgssapi netinet nfs nlm sys Message-ID: <20141030225011.GA22357@dft-labs.eu> In-Reply-To: <CAJ5_RoC7ggpgFV_wZM7-bU3MTpjnR50qOb7wBmJxVfEbYgahRg@mail.gmail.com> References: <201410261942.s9QJgjch081623@svn.freebsd.org> <CAJ5_RoC7ggpgFV_wZM7-bU3MTpjnR50qOb7wBmJxVfEbYgahRg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20141030225011.GA22357>