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
@ -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 New Issue
Block a user