PERFORCE change 30718 for review
Robert Watson
rwatson at FreeBSD.org
Wed May 7 13:28:10 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=30718
Change 30718 by rwatson at rwatson_tislabs on 2003/05/07 13:27:19
Fix a misspelling.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#385 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#385 (text+ko) ====
@@ -103,7 +103,7 @@
#endif
static unsigned int mac_max_slots = MAC_MAX_SLOTS;
-static unsigned int mac_slots_offsets_free = (1 << MAC_MAX_SLOTS) - 1;
+static unsigned int mac_slot_offsets_free = (1 << MAC_MAX_SLOTS) - 1;
SYSCTL_UINT(_security_mac, OID_AUTO, max_slots, CTLFLAG_RD,
&mac_max_slots, 0, "");
More information about the p4-projects
mailing list