From owner-cvs-all Mon Dec 13 18:23:18 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E2E701521C; Mon, 13 Dec 1999 18:23:15 -0800 (PST) (envelope-from green@FreeBSD.org) Received: (from green@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA53362; Mon, 13 Dec 1999 18:23:15 -0800 (PST) (envelope-from green@FreeBSD.org) Message-Id: <199912140223.SAA53362@freefall.freebsd.org> From: Brian Feldman Date: Mon, 13 Dec 1999 18:23:15 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk green 1999/12/13 18:23:15 PST Modified files: sys/sys mbuf.h sys/kern uipc_mbuf.c Log: Bug fix: The variables "m_mclalloc_wid" and "m_mballoc_wid" were not in the proper place. They should have been in uipc_mbuf.c and have been global, not in mbuf.h and local per each file that uses mbuf.h. Sorta bug fix: In mbuf.h, the definitions of various things for KERNEL and not KERNEL cases were very screwy. This fixes all of that which I could find. Revision Changes Path 1.39 +37 -43 src/sys/sys/mbuf.h 1.48 +3 -1 src/sys/kern/uipc_mbuf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message