diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-02-24 21:29:32 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-02-24 21:29:32 +0000 |
| commit | 1103f3b05bc43cb5b7bf9f85ac9c83cd906584b4 (patch) | |
| tree | 9dce322a0e50090a82efc439b33f4268e08caf67 | |
| parent | 15ec816accffa36ec312a053df0839b157baa32a (diff) | |
Notes
| -rw-r--r-- | sys/kern/kern_mutex.c | 2 | ||||
| -rw-r--r-- | sys/kern/subr_turnstile.c | 2 | ||||
| -rw-r--r-- | sys/kern/subr_witness.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/kern/kern_mutex.c b/sys/kern/kern_mutex.c index 40cc471a1f9b..4f8247017886 100644 --- a/sys/kern/kern_mutex.c +++ b/sys/kern/kern_mutex.c @@ -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) { diff --git a/sys/kern/subr_turnstile.c b/sys/kern/subr_turnstile.c index 40cc471a1f9b..4f8247017886 100644 --- a/sys/kern/subr_turnstile.c +++ b/sys/kern/subr_turnstile.c @@ -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) { diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c index 40cc471a1f9b..4f8247017886 100644 --- a/sys/kern/subr_witness.c +++ b/sys/kern/subr_witness.c @@ -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) { |
