summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2008-12-12 04:29:47 +0000
committermarcus <marcus@FreeBSD.org>2008-12-12 04:29:47 +0000
commit89f86aa850bf17be82da20deb41876f12cf47572 (patch)
tree733016b6b05d6cf9fbffd7f8128ee635dc4f1944 /sys
parent408657ab7315b2ff9a0552a9e0df4a338d0b1adc (diff)
downloadFreeBSD-src-89f86aa850bf17be82da20deb41876f12cf47572.zip
FreeBSD-src-89f86aa850bf17be82da20deb41876f12cf47572.tar.gz
Bump __FreeBSD_version for the new VOP_VPTOCNP addition.
Approved by: kib (implicit)
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 3ad5f6a..497b362 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -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>
OpenPOWER on IntegriCloud