Matthew Thyer <[EMAIL PROTECTED]> writes:
> /usr/src/sys/kern/kern_mutex.c:593: warning: no previous prototype for `_mtx_
> assert'
> /usr/src/sys/kern/kern_mutex.c: In function `_mtx_assert':
> /usr/src/sys/kern/kern_mutex.c:595: `MA_OWNED' undeclared (first use in this
> function)
> /usr/src/sys/kern/kern_mutex.c:595: (Each undeclared identifier is reported o
> nly once
> /usr/src/sys/kern/kern_mutex.c:595: for each function it appears in.)
> /usr/src/sys/kern/kern_mutex.c:596: `MA_RECURSED' undeclared (first use in th
> is function)
> /usr/src/sys/kern/kern_mutex.c:597: `MA_NOTRECURSED' undeclared (first use in
> this function)
> /usr/src/sys/kern/kern_mutex.c:610: `MA_NOTOWNED' undeclared (first use in th
> is function)
It looks like these are defined when you have,
options INVARIANTS
in your kernel config. It shouldn't be required, but try adding it
and see if that helps.
Dima Dorfman
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message