Date: Tue, 7 Mar 2006 16:26:39 GMT From: Todd Miller <millert@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 92914 for review Message-ID: <200603071626.k27GQdHK004961@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=92914 Change 92914 by millert@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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603071626.k27GQdHK004961>