Update the lash shell (hopefully the last time...) so things like
[oweals/busybox.git] / dumpkmap.c
index 4ab711e5507eb30b2e2829ac37480127688eba25..0da01868b179cacff8210aad57e4653cb3ffbcef 100644 (file)
@@ -20,7 +20,6 @@
  *
  */
 
-#include "busybox.h"
 #include <errno.h>
 #include <fcntl.h>
 #include <stdio.h>
@@ -28,6 +27,7 @@
 #include <string.h>
 #include <stdlib.h>
 #include <sys/ioctl.h>
+#include "busybox.h"
 
 /* From <linux/kd.h> */
 struct kbentry {
@@ -48,7 +48,7 @@ int dumpkmap_main(int argc, char **argv)
        char flags[MAX_NR_KEYMAPS], magic[] = "bkeymap";
 
        if (argc>=2 && *argv[1]=='-') {
-               usage(dumpkmap_usage);
+               show_usage();
        }
 
        fd = open("/dev/tty0", O_RDWR);