- Fixed bug in functions.c

- switched from /proc/<pid>/status to /proc/<pid>/stat
- removed the SleepAVG column 



(Old svn revision: 1264)
This commit is contained in:
Johannes Zellner
2006-03-29 17:25:27 +00:00
parent 255757695a
commit c15410224b
4 changed files with 74 additions and 39 deletions

View File

@@ -25,6 +25,7 @@
#include <dirent.h>
#include <pwd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <stdio.h>
#include <libxfce4util/libxfce4util.h>