ps,top: add an option to show threads. +260 bytes of code
[oweals/busybox.git] / runit / runsvdir.c
index a77bc3fd8da298629a9231ebacf661465abf1bf8..492c2a57bf3752bf699361c9f03b0b6a46cccf37 100644 (file)
@@ -129,7 +129,7 @@ static NOINLINE pid_t runsv(const char *name)
 static NOINLINE int do_rescan(void)
 {
        DIR *dir;
-       direntry *d;
+       struct dirent *d;
        int i;
        struct stat s;
        int need_rescan = 0;