summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>2001-08-18 18:15:52 +0000
committerart <art@openbsd.org>2001-08-18 18:15:52 +0000
commita54d3a5d9d77ceca8cb3fb92a69c522f0a2e3cf0 (patch)
treeb0d4d28b179a3c1209b7db90520b88abf96b10b3
parentMake use of ax88190_stop_card and dl10019_stop_card. (diff)
downloadwireguard-openbsd-a54d3a5d9d77ceca8cb3fb92a69c522f0a2e3cf0.tar.xz
wireguard-openbsd-a54d3a5d9d77ceca8cb3fb92a69c522f0a2e3cf0.zip
M_DEBUG is no longer needed.
-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 */ \