PERFORCE change 15092 for review
Robert Watson
rwatson at freebsd.org
Mon Jul 29 02:33:22 GMT 2002
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15092
Change 15092 by rwatson at rwatson_paprika on 2002/07/28 19:33:05
Note that the removal of the initialized flag for labels on
destruction is implicit.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#211 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#211 (text+ko) ====
@@ -1381,7 +1381,7 @@
("destroying uninitialized label"));
bzero(label, sizeof(*label));
-/* label->l_flags &= ~MAC_FLAG_INITIALIZED; */
+ /* implicit: label->l_flags &= ~MAC_FLAG_INITIALIZED; */
}
int
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