summaryrefslogtreecommitdiff
path: root/libbb/procps.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/procps.c')
-rw-r--r--libbb/procps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/procps.c b/libbb/procps.c
index 2ebe66e9d..e73c0dc64 100644
--- a/libbb/procps.c
+++ b/libbb/procps.c
@@ -34,7 +34,7 @@ static int read_to_buf(const char *filename, void *buf)
34} 34}
35 35
36 36
37extern procps_status_t * procps_scan(int save_user_arg0) 37procps_status_t * procps_scan(int save_user_arg0)
38{ 38{
39 static DIR *dir; 39 static DIR *dir;
40 struct dirent *entry; 40 struct dirent *entry;