cvs commit: src/sys/sys param.h
Warner Losh
imp at FreeBSD.org
Wed Jun 11 21:44:16 PDT 2003
imp 2003/06/11 21:44:15 PDT
FreeBSD src repository
Modified files:
sys/sys param.h
Log:
If BURN_BRIDGES or _FreeBSD_version >= 6.0 and OBSOLETE_IN_6 is
defined, then #error out. This is protected inside of #ifdef _KERNEL.
This allows one to tag code in the tree that will be deleted in 6.x
with the 'OBSOLETE_IN_6 #define at the top of the file. This makes
for easy grepping, plus a mechanism that automatically fails the
compilation of those files that are so tagged after we do the cutover.
Revision Changes Path
1.160 +4 -0 src/sys/sys/param.h
More information about the cvs-src
mailing list