Date: Sat, 27 Dec 1997 17:04:48 -0800 (PST) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys mbuf.h Message-ID: <199712280104.RAA27254@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1997/12/27 17:04:48 PST
Modified files:
sys/sys mbuf.h
Log:
Unspammed nested include of <sys/malloc.h>. <sys/mbuf.h> hasn't
really used any features from <sys/malloc.h> since it was "blasted
from the past" in rev.1.15, and most .c files did not depend on
the namespace pollution (others have been fixed). The mbuf allocation
control values M_DONTWAIT and M_WAIT were just defined in terms of
the malloc control values M_NOWAIT and M_WAITOK. The mbuf values
are now defined directly.
Revision Changes Path
1.26 +3 -8 src/sys/sys/mbuf.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712280104.RAA27254>
