summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-08-18 18:15:53 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-08-18 18:15:53 +0000
commit66d8c2981f68c90742d3c0d1cf3aa08c0cc0f445 (patch)
tree467c7060e7ac48d5b0df21a842b86217c8391330 /sys
parent7a6e1fc1c959aa19351483b178b98e6b7b7a9e36 (diff)
M_DEBUG is no longer needed.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/malloc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/sys/malloc.h b/sys/sys/malloc.h
index d69d412c81e..fcc11001f45 100644
--- a/sys/sys/malloc.h
+++ b/sys/sys/malloc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: malloc.h,v 1.47 2001/08/17 23:39:59 art Exp $ */
+/* $OpenBSD: malloc.h,v 1.48 2001/08/18 18:15:52 art Exp $ */
/* $NetBSD: malloc.h,v 1.39 1998/07/12 19:52:01 augustss Exp $ */
/*
@@ -162,7 +162,7 @@
#define M_USBHC 103 /* USB host controller */
#define M_PIPE 104 /* Pipe structures */
#define M_MEMDESC 105 /* Memory range */
-#define M_DEBUG 106 /* MALLOC_DEBUG structures */
+/* 106 - free */
#define M_KNOTE 107 /* kernel event queue */
#define M_CRYPTO_DATA 108 /* Crypto framework data buffers (keys etc.) */
#define M_IPSEC_POLICY 109 /* IPsec SPD structures */
@@ -283,7 +283,7 @@
"USB HC", /* 103 M_USBHC */ \
"pipe", /* 104 M_PIPE */ \
"memdesc", /* 105 M_MEMDESC */ \
- "malloc debug", /* 106 M_DEBUG */ \
+ NULL, /* 106 */ \
"knote", /* 107 M_KNOTE */ \
"crypto data", /* 108 M_CRYPTO_DATA */ \
"SPD info", /* 109 M_IPSEC_POLICY */ \