Re: Problems compiling kern_mutex.c

2001-03-03 Thread Maxim Sobolev
> > 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

Re: Problems compiling kern_mutex.c

2001-03-02 Thread Dima Dorfman
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/sy