K 10 svn:author V 3 imp K 8 svn:date V 27 2003-06-12T04:44:15.000000Z K 7 svn:log V 407 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. END