diff options
author | attilio <attilio@FreeBSD.org> | 2008-02-06 00:42:26 +0000 |
---|---|---|
committer | attilio <attilio@FreeBSD.org> | 2008-02-06 00:42:26 +0000 |
commit | 209634d0e1c6a41571eee6eb9e7018aa40037d54 (patch) | |
tree | 425e6a4bb197b6f9cd524b55e3a5b3fbd425eb28 | |
parent | 6234a717977180bfda1283c7531271c86ca9724f (diff) | |
download | FreeBSD-src-209634d0e1c6a41571eee6eb9e7018aa40037d54.zip FreeBSD-src-209634d0e1c6a41571eee6eb9e7018aa40037d54.tar.gz |
Bump __FreeBSD_version in order to reflect introduction of LK_NODUP and
LK_NOWITNESS options in the lockmgr namespace.
-rw-r--r-- | sys/sys/param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h index be4ff02..9c2f1b6 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 800016 /* Master, propagated to newvers */ +#define __FreeBSD_version 800017 /* Master, propagated to newvers */ #ifndef LOCORE #include <sys/types.h> |