kern.tty_info_kstacks: set compact format as default

This commit is contained in:
Pawel Biernacki 2020-07-06 16:34:15 +00:00
parent 69b565d7c0
commit e94fdc3833

View File

@ -239,7 +239,7 @@ sbuf_tty_drain(void *a, const char *d, int len)
}
#ifdef STACK
static int tty_info_kstacks = STACK_SBUF_FMT_LONG;
static int tty_info_kstacks = STACK_SBUF_FMT_COMPACT;
static int
sysctl_tty_info_kstacks(SYSCTL_HANDLER_ARGS)