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 24f806c4b..bf162bbe5 100644 --- a/procps/ps.c +++ b/procps/ps.c | |||
@@ -94,7 +94,7 @@ static void parse_proc_status(char *S, proc_t * P) | |||
94 | else | 94 | else |
95 | error_msg("Internal error!"); | 95 | error_msg("Internal error!"); |
96 | 96 | ||
97 | /* For busybox, ignoring effective, saved, etc */ | 97 | /* For busybox, ignoring effective, saved, etc. */ |
98 | tmp = strstr(S, "Uid:"); | 98 | tmp = strstr(S, "Uid:"); |
99 | if (tmp) | 99 | if (tmp) |
100 | sscanf(tmp, "Uid:\t%d", &P->ruid); | 100 | sscanf(tmp, "Uid:\t%d", &P->ruid); |