From 4471d80f69e0bfcd2bff5b52de0d38af41c3bb63 Mon Sep 17 00:00:00 2001 From: Bill Fumerola Date: Wed, 19 Jun 2002 01:23:54 +0000 Subject: [PATCH] fix whitespace botch in previous commit. --- sys/sys/malloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/malloc.h b/sys/sys/malloc.h index 3bf564a5fd1..57c358623c6 100644 --- a/sys/sys/malloc.h +++ b/sys/sys/malloc.h @@ -52,7 +52,7 @@ #define M_NOWAIT 0x0001 /* do not block */ #define M_USE_RESERVE 0x0002 /* can alloc out of reserve memory */ #define M_ZERO 0x0004 /* bzero the allocation */ -#define M_NOVM 0x0008 /* Don't ask the VM for pages */ +#define M_NOVM 0x0008 /* Don't ask the VM for pages */ #define M_MAGIC 877983977 /* time when first defined :-) */