Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2003 21:44:15 -0700 (PDT)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys param.h
Message-ID:  <200306120444.h5C4iFL8084032@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306120444.h5C4iFL8084032>