PERFORCE change 92914 for review

Todd Miller millert at FreeBSD.org
Tue Mar 7 08:26:56 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=92914

Change 92914 by millert at millert_ibook on 2006/03/07 16:26:22

	Make lh_references natural_t to match lh_check_unlock() and
	for consistency with the ipc_object bits on which the label
	handle structs are modelled.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin7/src/darwin/xnu/osfmk/ipc/ipc_labelh.h#7 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin7/src/darwin/xnu/osfmk/ipc/ipc_labelh.h#7 (text+ko) ====

@@ -33,7 +33,7 @@
 
 typedef struct ipc_labelh
 {
-	int               lh_references;
+	natural_t         lh_references;
 	int               lh_type;
 	struct label      lh_label;
 	ipc_port_t        lh_port;


More information about the trustedbsd-cvs mailing list