From owner-cvs-sys Mon Mar 24 04:48:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA06230 for cvs-sys-outgoing; Mon, 24 Mar 1997 04:48:50 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA06223; Mon, 24 Mar 1997 04:48:49 -0800 (PST) Date: Mon, 24 Mar 1997 04:48:49 -0800 (PST) From: Bruce Evans Message-Id: <199703241248.EAA06223@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys ioctl.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/03/24 04:48:48 Modified: sys/sys ioctl.h Log: Don't include in the kernel. Stage 10 (final). Warn if is included in the kernel. It still compiles. This set of changes reduces the number of dependencies in LINT/.depend from about 31000 to about 30000. This should make LINT kernels compile a whole 1% faster. Further reductions to less than 20000 dependencies can easily be made. E.g., 20 headers of nested spam from for 500 object files gives 10000 dependencies; less than half of these are real. Revision Changes Path 1.7 +5 -1 src/sys/sys/ioctl.h