Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Sep 2002 11:29:38 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/security/mac_biba mac_biba.c src/sys/security/mac_mls mac_mls.c
Message-ID:  <200209211829.g8LITcHH026491@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2002/09/21 11:29:38 PDT

  Modified files:
    sys/security/mac_biba mac_biba.c 
    sys/security/mac_mls mac_mls.c 
  Log:
  As INVARIANTS isn't supported for code that loads only as a kernel
  module and is not linked into the base system, two KASSERT's rotted.
  Fix them by fixing variable names.  It would be really nice if
  opt_global.h was used when building modules as part of a buildkernel.
  
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, Network Associates Laboratories
  
  Revision  Changes    Path
  1.8       +2 -2      src/sys/security/mac_biba/mac_biba.c
  1.8       +2 -2      src/sys/security/mac_mls/mac_mls.c

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?200209211829.g8LITcHH026491>