]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove a const that generates a warning: the const isn't strictly
authorrwatson <rwatson@FreeBSD.org>
Wed, 4 Dec 2002 22:01:03 +0000 (22:01 +0000)
committerrwatson <rwatson@FreeBSD.org>
Wed, 4 Dec 2002 22:01:03 +0000 (22:01 +0000)
commitbc339ca6acda0076ad5db38b2234fa348494a1e1
treeb384c99454a5b1375e664b6ec15dc093b7990169
parent5f85c57e764919e1e9fcc00fc984e1a09c77f203
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
sys/security/mac_lomac/mac_lomac.c