mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
top(1): increased the maximum length of command shown by "-a"
Reviewed by: eadler Approved by: gnn (mentor) Differential Revision: https://reviews.freebsd.org/D16006
This commit is contained in:
parent
af8854fdc1
commit
612e0030b6
1 changed files with 1 additions and 1 deletions
|
|
@ -871,7 +871,7 @@ format_next_process(struct handle * xhandle, char *(*get_userid)(int), int flags
|
|||
long p_tot, s_tot;
|
||||
char *cmdbuf = NULL;
|
||||
char **args;
|
||||
const int cmdlen = 128;
|
||||
const int cmdlen = 256;
|
||||
static struct sbuf* procbuf = NULL;
|
||||
|
||||
/* clean up from last time. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue