Date: Mon, 24 Mar 1997 04:48:49 -0800 (PST) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys ioctl.h Message-ID: <199703241248.EAA06223@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 97/03/24 04:48:48 Modified: sys/sys ioctl.h Log: Don't include <sys/ioctl.h> in the kernel. Stage 10 (final). Warn if <sys/ioctl.h> 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 <sys/param.h> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703241248.EAA06223>