Date: Mon, 13 Dec 1999 18:23:15 -0800 (PST) From: Brian Feldman <green@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mbuf.h src/sys/kern uipc_mbuf.c Message-ID: <199912140223.SAA53362@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912140223.SAA53362>
