diff options
Diffstat (limited to 'src/process.c')
-rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index 75f36c5fce9..fd19fc9288d 100644 --- a/src/process.c +++ b/src/process.c @@ -7248,7 +7248,7 @@ procfs_system_process_attributes (pid) ssize_t nread; const char *cmd; char *cmdline = NULL; - size_t cmdsize; + size_t cmdsize, cmdline_size; unsigned char c; int proc_id, ppid, uid, gid, pgrp, sess, tty, tpgid, thcount; unsigned long long utime, stime, cutime, cstime, start; |