Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Dec 2002 14:01:03 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/security/mac_lomac mac_lomac.c
Message-ID:  <200212042201.gB4M13T6017105@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2002/12/04 14:01:03 PST

  Modified files:
    sys/security/mac_lomac mac_lomac.c 
  Log:
  Remove a const that generates a warning: the const isn't strictly
  wrong, since we don't want the variable changed, but since we assign
  it to variables that may also refer to other non-const strings,
  warnings were generated that could break LINT.
  
  Approved by:    re
  Spotted by:     sam
  
  Revision  Changes    Path
  1.4       +1 -1      src/sys/security/mac_lomac/mac_lomac.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?200212042201.gB4M13T6017105>