diff options
Diffstat (limited to 'coreutils/who.c')
-rw-r--r-- | coreutils/who.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/who.c b/coreutils/who.c index e2ea227..1156ba2 100644 --- a/coreutils/who.c +++ b/coreutils/who.c @@ -25,7 +25,7 @@ #include <time.h> #include "busybox.h" -extern int who_main(int argc, char **argv) +int who_main(int argc, char **argv) { struct utmp *ut; struct stat st; |