From ee78aaf29c76b871bf4878968c979535317a4b90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Sat, 19 May 2007 19:43:31 +0000 Subject: Fixed returned type. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2007-05-19 Benoît Dejean * default.c: Fixed returned type. svn path=/trunk/; revision=2597 --- sysdeps/common/ChangeLog | 6 ++++++ sysdeps/common/default.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/sysdeps/common/ChangeLog b/sysdeps/common/ChangeLog index 1dfeda42..f22d9b6b 100644 --- a/sysdeps/common/ChangeLog +++ b/sysdeps/common/ChangeLog @@ -1,3 +1,9 @@ +2007-05-19 Benoît Dejean + + * default.c: + + Fixed returned type. + 2007-03-16 Benoît Dejean * mountlist.c: (ignore_mount_entry): diff --git a/sysdeps/common/default.c b/sysdeps/common/default.c index d24b52a0..ae66c01f 100644 --- a/sysdeps/common/default.c +++ b/sysdeps/common/default.c @@ -211,7 +211,7 @@ glibtop_get_proc_argv(glibtop_proc_args *buf, pid_t pid, unsigned max_len) } -unsigned * +pid_t* glibtop_get_proclist(glibtop_proclist *buf, gint64 which, gint64 arg) { return glibtop_get_proclist_l(glibtop_global_server, buf, which, arg); -- cgit v1.2.1