From d1d565aa608ae7a143e99231063a04018096ca58 Mon Sep 17 00:00:00 2001 From: Marc-Andre Laperle Date: Thu, 8 Sep 2011 09:25:15 +0200 Subject: [PATCH] Fix Darwin support glibtop_get_proclist_p's signature didn't match the headers prototype. https://bugzilla.gnome.org/show_bug.cgi?id=556904 --- sysdeps/darwin/proclist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/darwin/proclist.c b/sysdeps/darwin/proclist.c index 8cfb85d4..27a10988 100644 --- a/sysdeps/darwin/proclist.c +++ b/sysdeps/darwin/proclist.c @@ -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;