Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2007 22:30:23 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 113274 for review
Message-ID:  <200701212230.l0LMUNMx060769@repoman.freebsd.org>

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

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



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