Bump __FreeBSD_version in order to signal:

- lockmgr() prototype changing
- lockcount() axing
- LOCKMGR_ASSERT() axing
This commit is contained in:
Attilio Rao 2008-01-24 12:37:54 +00:00
parent 0e9eb108f0
commit 9b42c272d5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175636

View File

@ -57,7 +57,7 @@
* is created, otherwise 1.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 800013 /* Master, propagated to newvers */
#define __FreeBSD_version 800014 /* Master, propagated to newvers */
#ifndef LOCORE
#include <sys/types.h>