Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Sep 2005 20:46:22 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 84509 for review
Message-ID:  <200509292046.j8TKkMcv068460@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=84509

Change 84509 by millert@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.
  */



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