Small API change. get_proclist returns pid_t instead of unsigned for

2007-05-19  Benoît Dejean  <benoit@placenet.org>

        * features.def:
        * include/glibtop/proclist.h:

        Small API change.
        get_proclist returns pid_t instead of unsigned for consistency.
        I have checked many archs and this doesn't break the ABI.

svn path=/trunk/; revision=2595
This commit is contained in:
Benoît Dejean
2007-05-19 19:40:33 +00:00
committed by Benoît Dejean
parent 598374bb1c
commit a99011fd5c
3 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
2007-05-19 Benoît Dejean <benoit@placenet.org>
* features.def:
* include/glibtop/proclist.h:
Small API change.
get_proclist returns pid_t instead of unsigned for consistency.
I have checked many archs and this doesn't break the ABI.
2007-05-17 Benoît Dejean <benoit@placenet.org>
* configure.in: