From owner-cvs-sys Sat Dec 27 17:10:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA02770 for cvs-sys-outgoing; Sat, 27 Dec 1997 17:10:40 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA02622; Sat, 27 Dec 1997 17:08:59 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id RAA27254; Sat, 27 Dec 1997 17:04:48 -0800 (PST) Date: Sat, 27 Dec 1997 17:04:48 -0800 (PST) Message-Id: <199712280104.RAA27254@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys mbuf.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/12/27 17:04:48 PST Modified files: sys/sys mbuf.h Log: Unspammed nested include of . hasn't really used any features from 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