Fixed returned type.
2007-05-19 Benoît Dejean <benoit@placenet.org> * default.c: Fixed returned type. svn path=/trunk/; revision=2597
This commit is contained in:
committed by
Benoît Dejean
parent
a5f59cb81a
commit
ee78aaf29c
@@ -1,3 +1,9 @@
|
|||||||
|
2007-05-19 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
|
* default.c:
|
||||||
|
|
||||||
|
Fixed returned type.
|
||||||
|
|
||||||
2007-03-16 Benoît Dejean <benoit@placenet.org>
|
2007-03-16 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
* mountlist.c: (ignore_mount_entry):
|
* mountlist.c: (ignore_mount_entry):
|
||||||
|
@@ -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)
|
glibtop_get_proclist(glibtop_proclist *buf, gint64 which, gint64 arg)
|
||||||
{
|
{
|
||||||
return glibtop_get_proclist_l(glibtop_global_server, buf, which, arg);
|
return glibtop_get_proclist_l(glibtop_global_server, buf, which, arg);
|
||||||
|
Reference in New Issue
Block a user