From ebe4a7b367dbfbe1a020fcec61da3d60b888a607 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Mon, 20 Oct 2003 16:50:39 +0000 Subject: [PATCH] Yah yah. Always good to commit the header file needed for the last fix. --- sys/sys/malloc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/sys/malloc.h b/sys/sys/malloc.h index 970ef0040d..384968be27 100644 --- a/sys/sys/malloc.h +++ b/sys/sys/malloc.h @@ -32,7 +32,7 @@ * * @(#)malloc.h 8.5 (Berkeley) 5/3/95 * $FreeBSD: src/sys/sys/malloc.h,v 1.48.2.2 2002/03/16 02:19:16 archie Exp $ - * $DragonFly: src/sys/sys/malloc.h,v 1.11 2003/10/19 00:23:28 dillon Exp $ + * $DragonFly: src/sys/sys/malloc.h,v 1.12 2003/10/20 16:50:39 dillon Exp $ */ #ifndef _SYS_MALLOC_H_ @@ -62,6 +62,7 @@ #define M_ZERO 0x0100 /* bzero() the allocation */ #define M_USE_RESERVE 0x0200 /* can alloc out of reserve memory */ #define M_NULLOK 0x0400 /* ok to return NULL in M_WAITOK case */ +#define M_PASSIVE_ZERO 0x0800 /* (internal to the slab code only) */ #define M_MAGIC 877983977 /* time when first defined :-) */ -- 2.41.0