svn commit: r273875 - head/sys/sys

Mateusz Guzik mjg at FreeBSD.org
Thu Oct 30 22:47:33 UTC 2014


Author: mjg
Date: Thu Oct 30 22:47:32 2014
New Revision: 273875
URL: https://svnweb.freebsd.org/changeset/base/273875

Log:
  Bump FreeBSD_version due to syscall*_register API changes in r273707

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Thu Oct 30 22:21:12 2014	(r273874)
+++ head/sys/sys/param.h	Thu Oct 30 22:47:32 2014	(r273875)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1100040	/* Master, propagated to newvers */
+#define __FreeBSD_version 1100041	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list