(procfs_system_process_attributes): Fix last change.

This commit is contained in:
Eli Zaretskii 2008-09-19 17:22:25 +00:00
parent a1e422f32d
commit 63870e7eca

View file

@ -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;