author | Doug MacEachern <dougm@hyperic.com> | |
Fri, 17 Apr 2009 02:53:49 +0000 (19:53 -0700) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Fri, 17 Apr 2009 08:56:54 +0000 (10:56 +0200) | ||
commit | 353ad874e44c7ffa1faa62a34ca2c40b0f047095 | |
tree | 7c2276f53b957c20ff70639075c0488106234266 | tree | snapshot |
parent | 0c0db283184765cb40fcd8cd52735b6e2cc7db31 | commit | diff |
Set process vmem_size and stack_size on FreeBSD
Fixes:
processes.c: In function 'ps_read':
processes.c:328: warning: 'pse.vmem_size' is used uninitialized in this function
processes.c:1300: note: 'pse.vmem_size' was declared here
processes.c:330: warning: 'pse.stack_size' is used uninitialized in this function
processes.c:1300: note: 'pse.stack_size' was declared here
Signed-off-by: Doug MacEachern <dougm@hyperic.com>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
Fixes:
processes.c: In function 'ps_read':
processes.c:328: warning: 'pse.vmem_size' is used uninitialized in this function
processes.c:1300: note: 'pse.vmem_size' was declared here
processes.c:330: warning: 'pse.stack_size' is used uninitialized in this function
processes.c:1300: note: 'pse.stack_size' was declared here
Signed-off-by: Doug MacEachern <dougm@hyperic.com>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/processes.c | diff | blob | history |