svn commit: r283623 - head/sys/sys

Konstantin Belousov kib at FreeBSD.org
Wed May 27 18:07:33 UTC 2015


Author: kib
Date: Wed May 27 18:07:32 2015
New Revision: 283623
URL: https://svnweb.freebsd.org/changeset/base/283623

Log:
  Bump __FreeBSD_version for the r283602, which changed dounmount() to
  require referenced struct mount *.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Wed May 27 17:51:06 2015	(r283622)
+++ head/sys/sys/param.h	Wed May 27 18:07:32 2015	(r283623)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1100074	/* Master, propagated to newvers */
+#define __FreeBSD_version 1100075	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-head mailing list