diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2008-07-13 17:15:05 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2008-07-13 17:15:05 +0000 |
| commit | 23d5e112eb49a14e9bdc56c5d12c705652c32409 (patch) | |
| tree | 453e072485c2d034ccac30bc7f8704a632843b76 /sys/kern/subr_stack.c | |
| parent | 0d01d410078fde6f7e6772fa9a52167740cba357 (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_stack.c')
| -rw-r--r-- | sys/kern/subr_stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_stack.c b/sys/kern/subr_stack.c index c2b2cc0156bf..0cd6909543e6 100644 --- a/sys/kern/subr_stack.c +++ b/sys/kern/subr_stack.c @@ -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); |
