Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Aug 2001 22:05:33 -0700 (PDT)
From:      Bosko Milekic <bmilekic@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_malloc.c subr_mbuf.c
Message-ID:  <200108030505.f7355XC04236@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108030505.f7355XC04236>