From owner-cvs-all Thu Aug 2 22: 5:38 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1125837B403; Thu, 2 Aug 2001 22:05:33 -0700 (PDT) (envelope-from bmilekic@FreeBSD.org) Received: (from bmilekic@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7355XC04236; Thu, 2 Aug 2001 22:05:33 -0700 (PDT) (envelope-from bmilekic) Message-Id: <200108030505.f7355XC04236@freefall.freebsd.org> From: Bosko Milekic Date: Thu, 2 Aug 2001 22:05:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_malloc.c subr_mbuf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG bmilekic 2001/08/02 22:05:33 PDT Modified files: sys/kern kern_malloc.c subr_mbuf.c Log: 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. Revision Changes Path 1.91 +2 -2 src/sys/kern/kern_malloc.c 1.7 +5 -5 src/sys/kern/subr_mbuf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message