aboutsummaryrefslogtreecommitdiff
path: root/loadacm.c
diff options
context:
space:
mode:
Diffstat (limited to 'loadacm.c')
-rw-r--r--loadacm.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/loadacm.c b/loadacm.c
index 9eebf3bb5..2d70ffc5d 100644
--- a/loadacm.c
+++ b/loadacm.c
@@ -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
25static const char loadacm_usage[] = "loadacm\n"
26#ifndef BB_FEATURE_TRIVIAL_HELP
27 "\nLoads an acm from standard input.\n"
28#endif
29 ;
30
31typedef unsigned short unicode; 25typedef unsigned short unicode;
32 26
33static long int ctoi(unsigned char *s, int *is_unicode); 27static long int ctoi(unsigned char *s, int *is_unicode);