Author: cem Date: Sat Nov 7 02:03:06 2015 New Revision: 290479 URL: https://svnweb.freebsd.org/changeset/base/290479
Log: Final follow-up to r290475: Bump __FreeBSD_version Because we changed sysctl_add_oid(9) ABI, which surely breaks ABI compatibility for out-of-tree modules. Sponsored by: EMC / Isilon Storage Division Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h ============================================================================== --- head/sys/sys/param.h Sat Nov 7 01:58:23 2015 (r290478) +++ head/sys/sys/param.h Sat Nov 7 02:03:06 2015 (r290479) @@ -58,7 +58,7 @@ * in the range 5 to 9. */ #undef __FreeBSD_version -#define __FreeBSD_version 1100086 /* Master, propagated to newvers */ +#define __FreeBSD_version 1100087 /* Master, propagated to newvers */ /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"