K 10 svn:author V 8 bmilekic K 8 svn:date V 27 2001-08-03T05:05:32.000000Z K 7 svn:log V 368 Rename mb_init() mbuf subsystem initialization routine to mbuf_init(), in order to avoid namespace collision with subr_mchain.c's mb_init(). This wasn't "fatal" as the mbuf initialization routine mb_init() was local to subr_mbuf.c which in turn didn't pull in subr_mchain.c's mb_init() declaration, but it should deffinately be changed now before it creates headache. END