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

Benjamin Kaduk bjkfbsd at gmail.com
Thu Oct 30 22:02:19 UTC 2014


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.

-Ben


More information about the svn-src-head mailing list