Staticize M_STACK.

Approved by:	rwatson (mentor)
MFC after:	1 month
This commit is contained in:
Antoine Brodin 2008-07-13 17:15:05 +00:00
parent 0d01d41007
commit 23d5e112eb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180495

View File

@ -40,7 +40,7 @@ __FBSDID("$FreeBSD$");
#include <sys/stack.h>
#include <sys/systm.h>
MALLOC_DEFINE(M_STACK, "stack", "Stack Traces");
static MALLOC_DEFINE(M_STACK, "stack", "Stack Traces");
static void stack_symbol(vm_offset_t pc, char *namebuf, u_int buflen,
long *offset);