diff options
Diffstat (limited to 'procps')
-rw-r--r-- | procps/ps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/ps.c b/procps/ps.c index d8a4233da..55439dada 100644 --- a/procps/ps.c +++ b/procps/ps.c | |||
@@ -74,7 +74,7 @@ static void parse_proc_status(char* S, proc_t* P) | |||
74 | ); | 74 | ); |
75 | else fprintf(stderr, "Internal error!\n"); | 75 | else fprintf(stderr, "Internal error!\n"); |
76 | 76 | ||
77 | /* For busybox, ignoring effecting, saved, etc */ | 77 | /* For busybox, ignoring effective, saved, etc */ |
78 | tmp = strstr (S,"Uid:"); | 78 | tmp = strstr (S,"Uid:"); |
79 | if(tmp) sscanf (tmp, | 79 | if(tmp) sscanf (tmp, |
80 | "Uid:\t%d", &P->ruid); | 80 | "Uid:\t%d", &P->ruid); |