Date: Tue, 5 Dec 1995 12:54:44 -0800 From: Bruce Evans <bde> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/vm vm.h Message-ID: <199512052054.MAA03798@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <vm/vm.h> to <sys/types.h>
(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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512052054.MAA03798>
