mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Staticize M_STACK.
Approved by: rwatson (mentor) MFC after: 1 month
This commit is contained in:
parent
0d01d41007
commit
23d5e112eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue