diff options
Diffstat (limited to 'loadacm.c')
-rw-r--r-- | loadacm.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -22,12 +22,6 @@ | |||
22 | #include <sys/ioctl.h> | 22 | #include <sys/ioctl.h> |
23 | #include <sys/kd.h> | 23 | #include <sys/kd.h> |
24 | 24 | ||
25 | static const char loadacm_usage[] = "loadacm\n" | ||
26 | #ifndef BB_FEATURE_TRIVIAL_HELP | ||
27 | "\nLoads an acm from standard input.\n" | ||
28 | #endif | ||
29 | ; | ||
30 | |||
31 | typedef unsigned short unicode; | 25 | typedef unsigned short unicode; |
32 | 26 | ||
33 | static long int ctoi(unsigned char *s, int *is_unicode); | 27 | static long int ctoi(unsigned char *s, int *is_unicode); |