Fix Darwin support

glibtop_get_proclist_p's signature didn't match the headers prototype.

https://bugzilla.gnome.org/show_bug.cgi?id=556904
This commit is contained in:
Marc-Andre Laperle
2011-09-08 09:25:15 +02:00
committed by Jasper Lievisse Adriaanse
parent 169b76a88f
commit d1d565aa60

View File

@@ -43,7 +43,7 @@ _glibtop_init_proclist_p (glibtop *server)
pid_t *
glibtop_get_proclist_p (glibtop *server, glibtop_proclist *buf,
int64_t which, int64_t arg)
gint64 which, gint64 arg)
{
unsigned count, total, i;
pid_t *pids_chain;