>
> 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
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
The last couple of kernel builds (with cvs updates and buildworlds
inbetween) have failed with messages as below.
I assume I need to add something to my kernel config file
so I have attached it.
cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes -W