diff options
Diffstat (limited to 'libbb/procps.c')
-rw-r--r-- | libbb/procps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/procps.c b/libbb/procps.c index 2ebe66e..e73c0dc 100644 --- a/libbb/procps.c +++ b/libbb/procps.c @@ -34,7 +34,7 @@ static int read_to_buf(const char *filename, void *buf) } -extern procps_status_t * procps_scan(int save_user_arg0) +procps_status_t * procps_scan(int save_user_arg0) { static DIR *dir; struct dirent *entry; |