On Sun, Oct 26, 2014 at 3:42 PM, Mateusz Guzik <m...@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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to