Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 May 2003 13:28:07 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 30718 for review
Message-ID:  <200305072028.h47KS7Tm063457@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=30718

Change 30718 by rwatson@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, "");
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305072028.h47KS7Tm063457>