svn commit: r185968 - head/sys/sys
Joe Marcus Clarke
marcus at FreeBSD.org
Thu Dec 11 20:29:48 PST 2008
Author: marcus (doc,ports committer)
Date: Fri Dec 12 04:29:47 2008
New Revision: 185968
URL: http://svn.freebsd.org/changeset/base/185968
Log:
Bump __FreeBSD_version for the new VOP_VPTOCNP addition.
Approved by: kib (implicit)
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h Fri Dec 12 03:23:50 2008 (r185967)
+++ head/sys/sys/param.h Fri Dec 12 04:29:47 2008 (r185968)
@@ -57,7 +57,7 @@
* is created, otherwise 1.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 800057 /* Master, propagated to newvers */
+#define __FreeBSD_version 800058 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>
More information about the svn-src-head
mailing list