X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=tty.c;h=4510c29963ff88cfea1a13c508f0267c36066b2c;hb=4391a16c92cef744fc715cb7347b7b71fc8f312e;hp=2a64b149d48555480b9bedaf7937788a4f36be50;hpb=ed3ef50c233ffb1b50ea0e7382a8e60b86491009;p=oweals%2Fbusybox.git diff --git a/tty.c b/tty.c index 2a64b149d..4510c2996 100644 --- a/tty.c +++ b/tty.c @@ -20,11 +20,11 @@ * */ -#include "busybox.h" #include #include #include #include +#include "busybox.h" extern int tty_main(int argc, char **argv) { @@ -32,7 +32,7 @@ extern int tty_main(int argc, char **argv) if (argc > 1) { if (argv[1][0] != '-' || argv[1][1] != 's') - usage(tty_usage); + show_usage(); } else { tty = ttyname(0); if (tty)