Set process vmem_size and stack_size on FreeBSD
authorDoug MacEachern <dougm@hyperic.com>
Fri, 17 Apr 2009 02:53:49 +0000 (19:53 -0700)
committerFlorian Forster <octo@huhu.verplant.org>
Fri, 17 Apr 2009 08:56:54 +0000 (10:56 +0200)
   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>

No differences found