Author: kaktus
Date: Mon Jul  6 16:34:15 2020
New Revision: 362969
URL: https://svnweb.freebsd.org/changeset/base/362969

Log:
  kern.tty_info_kstacks: set compact format as default

Modified:
  head/sys/kern/tty_info.c

Modified: head/sys/kern/tty_info.c
==============================================================================
--- head/sys/kern/tty_info.c    Mon Jul  6 16:34:09 2020        (r362968)
+++ head/sys/kern/tty_info.c    Mon Jul  6 16:34:15 2020        (r362969)
@@ -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)
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to