From owner-cvs-sys Fri Dec 5 10:59:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA25067 for cvs-sys-outgoing; Fri, 5 Dec 1997 10:59:58 -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 KAA25008; Fri, 5 Dec 1997 10:59:25 -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 KAA25876; Fri, 5 Dec 1997 10:58:15 -0800 (PST) Date: Fri, 5 Dec 1997 10:58:15 -0800 (PST) Message-Id: <199712051858.KAA25876@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys filedesc.h malloc.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/12/05 10:58:15 PST Modified files: sys/sys filedesc.h malloc.h Log: Moved declaration of M_IOV to a less bogus place. It belongs in , but it doesn't work there because of header pollution ( is prematurely included by ). Revision Changes Path 1.13 +1 -4 src/sys/sys/filedesc.h 1.34 +8 -1 src/sys/sys/malloc.h