Bump __FreeBSD_version after the introduction of:

- lockmgr_assert()
- BUF_ASSERT_*() family functions

which enriched the KPI.
This commit is contained in:
Attilio Rao 2008-02-13 20:59:28 +00:00
parent e81875ba53
commit d98b6d4496

View File

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