diff options
Diffstat (limited to 'libbb/procps.c')
-rw-r--r-- | libbb/procps.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/procps.c b/libbb/procps.c index 9817a1288..37593700a 100644 --- a/libbb/procps.c +++ b/libbb/procps.c | |||
@@ -170,8 +170,8 @@ procps_status_t *procps_scan(procps_status_t* sp, int flags) | |||
170 | if (flags & PSSCAN_CONTEXT) { | 170 | if (flags & PSSCAN_CONTEXT) { |
171 | if (getpidcon(sp->pid, &sp->context) < 0) | 171 | if (getpidcon(sp->pid, &sp->context) < 0) |
172 | sp->context = NULL; | 172 | sp->context = NULL; |
173 | } | 173 | } |
174 | #endif | 174 | #endif |
175 | 175 | ||
176 | filename_tail = filename + sprintf(filename, "/proc/%d", pid); | 176 | filename_tail = filename + sprintf(filename, "/proc/%d", pid); |
177 | 177 | ||