summaryrefslogtreecommitdiff
path: root/usr.bin/top
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2018-06-27 02:55:30 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2018-06-27 02:55:30 +0000
commit612e0030b6035f45a5ce7253ea8c70621c9946f2 (patch)
treebc67a4bb39fbfadc087c93f3d58afe4e0c3be1d6 /usr.bin/top
parentaf8854fdc108d9526dafe6c0b1aa1793aae9b684 (diff)
downloadsrc-test2-612e0030b6035f45a5ce7253ea8c70621c9946f2.tar.gz
src-test2-612e0030b6035f45a5ce7253ea8c70621c9946f2.zip
Notes
Diffstat (limited to 'usr.bin/top')
-rw-r--r--usr.bin/top/machine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/top/machine.c b/usr.bin/top/machine.c
index 8617a2fbd26f..c860213eabe0 100644
--- a/usr.bin/top/machine.c
+++ b/usr.bin/top/machine.c
@@ -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. */