From owner-cvs-sys Tue Dec 5 12:54:51 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA03809 for cvs-sys-outgoing; Tue, 5 Dec 1995 12:54:51 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA03798 ; Tue, 5 Dec 1995 12:54:44 -0800 Date: Tue, 5 Dec 1995 12:54:44 -0800 From: Bruce Evans Message-Id: <199512052054.MAA03798@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/vm vm.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 95/12/05 12:54:43 Modified: sys/sys types.h sys/vm vm.h Log: Moved the declaration of vm_object_t from to (if KERNEL is defined). This allows removing the #includes of vm stuff in vnode_if.h, which will speed up the compilation of LINT by about 5%. Revision Changes Path 1.6 +6 -1 src/sys/sys/types.h 1.7 +7 -1 src/sys/vm/vm.h