From b7e1219e0a3b9db1db9437971de8e34ad59c340c Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Tue, 11 Feb 2014 13:56:12 -0500 Subject: [PATCH] stub sysdep: fix mismatched function vs. prototype https://bugzilla.gnome.org/show_bug.cgi?id=724196 --- sysdeps/stub/proclist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/stub/proclist.c b/sysdeps/stub/proclist.c index 0a5acdf4..e857dc0d 100644 --- a/sysdeps/stub/proclist.c +++ b/sysdeps/stub/proclist.c @@ -42,7 +42,7 @@ _glibtop_init_proclist_s (glibtop *server) * On success, it returnes a pointer to a list of buf->number elements * each buf->size big. The total size is stored in buf->total. */ -unsigned * +pid_t * glibtop_get_proclist_s (glibtop *server, glibtop_proclist *buf, gint64 which, gint64 arg) {