Bump __FreeBSD_version in order to reflect introduction of LK_NODUP and

LK_NOWITNESS options in the lockmgr namespace.
This commit is contained in:
Attilio Rao 2008-02-06 00:42:26 +00:00
parent 6efc8a169c
commit a4b2462fdf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=176015

View File

@ -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>