Subject: CVS commit: src/sys/sys
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 03/29/2007 16:29:08
Module Name:	src
Committed By:	pooka
Date:		Thu Mar 29 16:29:08 UTC 2007

Modified Files:
	src/sys/sys: mallocvar.h

Log Message:
Introduce MALLOC_JUSTDEFINE{,_LIMIT} which act like their JUSTless
counterparts apart from not adding the new type to the link set and
hence not registering automatically at boot time.  This can be used
to avoid a separate #ifdef _LKM path in some cases.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/sys/mallocvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.