PERFORCE change 30718 for review
Robert Watson
rwatson at FreeBSD.org
Wed May 7 20:28:07 GMT 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, "");
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list