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> _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"