PERFORCE change 86422 for review
Todd Miller
millert at FreeBSD.org
Mon Nov 7 15:36:38 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=86422
Change 86422 by millert at millert_ibook on 2005/11/07 15:36:04
Minor style nit
Affected files ...
.. //depot/projects/trustedbsd/sedarwin7/src/darwin/xnu/osfmk/ipc/ipc_object.c#7 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin7/src/darwin/xnu/osfmk/ipc/ipc_object.c#7 (text+ko) ====
@@ -1001,10 +1001,10 @@
struct label *io_getlabel (ipc_object_t objp)
{
+ ipc_port_t port = (ipc_port_t) objp;
+
assert(io_otype(objp) == IOT_PORT);
- ipc_port_t port = (ipc_port_t) objp;
-
if (ip_kotype(port) == IKOT_LABELH)
return &((ipc_labelh_t) port->ip_kobject)->lh_label;
else
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