diff options
author | rwatson <rwatson@FreeBSD.org> | 2005-01-23 14:26:09 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2005-01-23 14:26:09 +0000 |
commit | a47343e8a28d27c9e7ebaeae24ff7e5a98d31ea0 (patch) | |
tree | 9919e344d6c136989d143ae07b1bfe048ed078a5 /sys/security | |
parent | 89e5680369050036aac52ce3910052d70832e2d0 (diff) | |
download | FreeBSD-src-a47343e8a28d27c9e7ebaeae24ff7e5a98d31ea0.zip FreeBSD-src-a47343e8a28d27c9e7ebaeae24ff7e5a98d31ea0.tar.gz |
Remove an obsoleted comment about struct versions.
MFC after: 3 days
Pointed out by: trhodes
Diffstat (limited to 'sys/security')
-rw-r--r-- | sys/security/mac_lomac/mac_lomac.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/security/mac_lomac/mac_lomac.h b/sys/security/mac_lomac/mac_lomac.h index bac08a6..9edba98 100644 --- a/sys/security/mac_lomac/mac_lomac.h +++ b/sys/security/mac_lomac/mac_lomac.h @@ -59,7 +59,6 @@ #define MAC_LOMAC_TYPE_EQUAL 4 /* Equivilent to any * MAC_LOMAC_TYPE_LABEL. */ -/* XXXMAC: temporarily disabled because we still need struct oldmac. */ /* * Structures and constants associated with a LOMAC Integrity policy. * mac_lomac represents a LOMAC label, with mb_type determining its properties, |