Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jul 2002 19:33:22 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 15092 for review
Message-ID:  <200207290233.g6T2XMAs043047@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=15092

Change 15092 by rwatson@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@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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