Fixed warnings about proclist returning pid_t.
svn path=/trunk/; revision=2728
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
static void print_pids(guint64 which, guint64 arg)
|
||||
{
|
||||
unsigned *pids;
|
||||
pid_t *pids;
|
||||
unsigned i;
|
||||
glibtop_proclist buf;
|
||||
|
||||
|
Reference in New Issue
Block a user