svn commit: r295682 - head/sys/sys

Justin Hibbits jhibbits at FreeBSD.org
Tue Feb 16 23:47:54 UTC 2016


Author: jhibbits
Date: Tue Feb 16 23:47:52 2016
New Revision: 295682
URL: https://svnweb.freebsd.org/changeset/base/295682

Log:
  Bump __FreeBSD_Version for u_long -> rman_res_t change (r294883).

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Tue Feb 16 23:11:09 2016	(r295681)
+++ head/sys/sys/param.h	Tue Feb 16 23:47:52 2016	(r295682)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1100097	/* Master, propagated to newvers */
+#define __FreeBSD_version 1100098	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list