cvs commit: src/sys/kern kern_mac.c

Robert Watson rwatson at FreeBSD.org
Wed Aug 20 12:16:50 PDT 2003


rwatson     2003/08/20 12:16:49 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             kern_mac.c 
  Log:
  Remove about 40 lines of #ifdef/#endif by using new macros
  MAC_DEBUG_COUNTER_INC() and MAC_DEBUG_COUNTER_DEC() to maintain
  debugging counter values rather than #ifdef'ing the atomic
  operations to MAC_DEBUG.
  
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, Network Associates Laboratories
  
  Revision  Changes    Path
  1.95      +31 -70    src/sys/kern/kern_mac.c


More information about the cvs-src mailing list