PERFORCE change 113274 for review

Todd Miller millert at FreeBSD.org
Sun Jan 21 22:33:54 UTC 2007


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

Change 113274 by millert at millert_macbook on 2007/01/21 22:29:39

	Renumber M_LCTX and adjust M_LAST.

Affected files ...

.. //depot/projects/trustedbsd/sedarwin8/darwin/xnu/bsd/sys/malloc.h#4 edit

Differences ...

==== //depot/projects/trustedbsd/sedarwin8/darwin/xnu/bsd/sys/malloc.h#4 (text+ko) ====

@@ -199,7 +199,7 @@
 #define M_MACPIPELABEL	103	/* MAC pipe labels */
 #define M_MACTEMP	104	/* MAC framework */
 #define M_SBUF		105	/* string buffers */
-#define M_LCTX		107	/* process login context */
+#define M_LCTX		106	/* process login context */
  
 
 #else /* BSD_KERNEL_PRIVATE */
@@ -220,7 +220,7 @@
 #ifdef BSD_KERNEL_PRIVATE
 
 
-#define	M_LAST		108	/* Must be last type + 1 */
+#define	M_LAST		107	/* Must be last type + 1 */
 
 /* Strings corresponding to types of memory */
 /* Must be in synch with the #defines above */


More information about the trustedbsd-cvs mailing list