svn commit: r320545 - head/sys/sys

Jason A. Harmening jah at FreeBSD.org
Sat Jul 1 15:58:58 UTC 2017


Author: jah
Date: Sat Jul  1 15:58:57 2017
New Revision: 320545
URL: https://svnweb.freebsd.org/changeset/base/320545

Log:
  Bump __FreeBSD_version due to r320528, cleanup and inlining of
  bus_dmamap* functions.
  
  Reported by:	David Wolfskill <david at catwhisker.org>

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Sat Jul  1 13:25:06 2017	(r320544)
+++ head/sys/sys/param.h	Sat Jul  1 15:58:57 2017	(r320545)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1200036	/* Master, propagated to newvers */
+#define __FreeBSD_version 1200037	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-head mailing list