fix M_LAST off-by-one error. if you don't understand, look in kern_malloc.c

This commit is contained in:
cgd 1993-05-15 01:19:38 +00:00
parent b7f53bfe02
commit 7b8b181526
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@
#define M_TEMP 49 /* misc temporary data buffers */
#define M_PCFSMNT 50 /* PCFS mount structure */
#define M_PCFSFAT 51 /* PCFS fat table */
#define M_LAST 52
#define M_LAST M_PCFSFAT
#define INITKMEMNAMES { \
"free", /* 0 M_FREE */ \