svn commit: r190914 - head/sys/sys

Robert Watson rwatson at FreeBSD.org
Sat Apr 11 10:10:46 UTC 2009


Author: rwatson
Date: Sat Apr 11 10:10:45 2009
New Revision: 190914
URL: http://svn.freebsd.org/changeset/base/190914

Log:
  Bump __FreeBSD_version to 800077 for the removal of VOP_LEASE -- this
  changes the size of the vop_vector array and therefore requires file
  system modules to be rebuilt.

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Sat Apr 11 10:08:26 2009	(r190913)
+++ head/sys/sys/param.h	Sat Apr 11 10:10:45 2009	(r190914)
@@ -57,7 +57,7 @@
  *		is created, otherwise 1.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 800076	/* Master, propagated to newvers */
+#define __FreeBSD_version 800077	/* Master, propagated to newvers */
 
 #ifndef LOCORE
 #include <sys/types.h>


More information about the svn-src-all mailing list