From owner-cvs-all Thu Oct 5 4:58:25 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F72A37B503; Thu, 5 Oct 2000 04:58:23 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA73289; Thu, 5 Oct 2000 04:58:23 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <200010051158.EAA73289@freefall.freebsd.org> From: Bruce Evans Date: Thu, 5 Oct 2000 04:58:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/coda coda_vfsops.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2000/10/05 04:58:22 PDT Modified files: sys/coda coda_vfsops.h Log: Forward-declare struct mbuf so that this file is less self-insufficient -- don't depend on garbage in . mbufs aren't actually used here either. They should have been completely removed from filesystem interfaces when they were removed from the interfaces to convert between file handles and vnodes. Revision Changes Path 1.5 +2 -1 src/sys/coda/coda_vfsops.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message