still sig11 w/ "ps f"

This commit is contained in:
albert
2002-12-21 10:34:50 +00:00
parent 1158fdd1b1
commit d8367cbb3e
5 changed files with 108 additions and 27 deletions

View File

@ -171,9 +171,8 @@ static void status2proc(const char *S, proc_t *restrict P){
/* Reads /proc/*/stat files, being careful not to trip over processes with
* names like ":-) 1 2 3 4 5 6".
*/
// Reads /proc/*/stat files, being careful not to trip over processes with
// names like ":-) 1 2 3 4 5 6".
static void stat2proc(const char* S, proc_t *restrict P) {
unsigned num;
char* tmp;