]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove a const that generates a warning: the const isn't strictly
authorRobert Watson <rwatson@FreeBSD.org>
Wed, 4 Dec 2002 22:01:03 +0000 (22:01 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Wed, 4 Dec 2002 22:01:03 +0000 (22:01 +0000)
commite7cba1c7dde5559d676ab7074754f79039930b8f
treeb384c99454a5b1375e664b6ec15dc093b7990169
parent57f727d9f885a58138c761f2ed2fe8c3bf1558d4
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