PERFORCE change 84509 for review
Todd Miller
millert at FreeBSD.org
Thu Sep 29 20:46:22 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=84509
Change 84509 by millert at millert_ibook on 2005/09/29 20:45:25
Don't use the macro version of io_free #if MAC
Affected files ...
.. //depot/projects/trustedbsd/sedarwin7/src/darwin/xnu/osfmk/ipc/ipc_object.h#6 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin7/src/darwin/xnu/osfmk/ipc/ipc_object.h#6 (text+ko) ====
@@ -146,7 +146,7 @@
#define io_alloc(otype) \
((ipc_object_t) zalloc(ipc_object_zones[(otype)]))
-#if MACH_ASSERT
+#if MACH_ASSERT || MAC
/*
* Call the routine for io_free so that checking can be performed.
*/
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