Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jun 2001 23:58:14 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/conf NOTES
Message-ID:  <200106060658.f566wFr60738@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2001/06/05 23:58:14 PDT

  Modified files:
    sys/i386/conf        NOTES 
  Log:
  Fixed missing parentheses in the definition of KTR_COMPILE.  KTR_COMPILE
  is usually (always?) used in expressions like (KTR_COMPILE & KTR_FOO).
  Defining it as KTR_INTR|KTR_PROC gave the wrong value in approximately
  8497 places according to error output for compiling LINT.
  
  Revision  Changes    Path
  1.923     +2 -2      src/sys/i386/conf/NOTES


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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