X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=deallocvt.c;h=15cd0c9b9a76b3087f795887f0f869485b2a6b6e;hb=51ded05b3bf4df6f126420d39a40d27ea0728aa9;hp=b51fbaef442607dbdeb04160c3d07163e8907acf;hpb=dd19c6990496023fe23fefef8f1798740f7d39c6;p=oweals%2Fbusybox.git diff --git a/deallocvt.c b/deallocvt.c index b51fbaef4..15cd0c9b9 100644 --- a/deallocvt.c +++ b/deallocvt.c @@ -3,12 +3,12 @@ * disalloc.c - aeb - 940501 - Disallocate virtual terminal(s) * Renamed deallocvt. */ -#include "busybox.h" #include #include #include #include #include +#include "busybox.h" /* From */ static const int VT_DISALLOCATE = 0x5608; /* free memory associated to vt */ @@ -19,7 +19,7 @@ int deallocvt_main(int argc, char *argv[]) //if ((argc > 2) || ((argv == 2) && (**(argv + 1) == '-'))) if (argc > 2) - usage(deallocvt_usage); + show_usage(); fd = get_console_fd("/dev/console");