Grrr, s/INVARIANTS_SUPPORT/INVARIANT_SUPPORT/.

This commit is contained in:
John Baldwin 2001-02-24 21:29:32 +00:00
parent 15ec816acc
commit 1103f3b05b
3 changed files with 3 additions and 3 deletions

View File

@ -598,7 +598,7 @@ _mtx_unlock_sleep(struct mtx *m, int opts, const char *file, int line)
/*
* The backing function for the INVARIANTS-enabled mtx_assert()
*/
#ifdef INVARIANTS_SUPPORT
#ifdef INVARIANT_SUPPORT
void
_mtx_assert(struct mtx *m, int what, const char *file, int line)
{

View File

@ -598,7 +598,7 @@ _mtx_unlock_sleep(struct mtx *m, int opts, const char *file, int line)
/*
* The backing function for the INVARIANTS-enabled mtx_assert()
*/
#ifdef INVARIANTS_SUPPORT
#ifdef INVARIANT_SUPPORT
void
_mtx_assert(struct mtx *m, int what, const char *file, int line)
{

View File

@ -598,7 +598,7 @@ _mtx_unlock_sleep(struct mtx *m, int opts, const char *file, int line)
/*
* The backing function for the INVARIANTS-enabled mtx_assert()
*/
#ifdef INVARIANTS_SUPPORT
#ifdef INVARIANT_SUPPORT
void
_mtx_assert(struct mtx *m, int what, const char *file, int line)
{