From owner-cvs-all Fri Nov 2 19: 7:12 2001 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 11C1237B40A; Fri, 2 Nov 2001 19:07:10 -0800 (PST) Received: (from des@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fA337AB09162; Fri, 2 Nov 2001 19:07:10 -0800 (PST) (envelope-from des) Message-Id: <200111030307.fA337AB09162@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: Fri, 2 Nov 2001 19:07:09 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/pseudofs pseudofs.c pseudofs.h pseudofs_fileno.c pseudofs_vncache.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG des 2001/11/02 19:07:09 PST Modified files: sys/fs/pseudofs pseudofs.c pseudofs.h pseudofs_fileno.c pseudofs_vncache.c Log: Reduce the number of #include dependencies by declaring some of the structs used in pseudofs.h as opaque structs. Revision Changes Path 1.10 +4 -0 src/sys/fs/pseudofs/pseudofs.c 1.14 +15 -1 src/sys/fs/pseudofs/pseudofs.h 1.5 +1 -4 src/sys/fs/pseudofs/pseudofs_fileno.c 1.9 +1 -3 src/sys/fs/pseudofs/pseudofs_vncache.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message