diff options
Diffstat (limited to 'mt.c')
-rw-r--r-- | mt.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ | |||
3 | #include <sys/mtio.h> | 3 | #include <sys/mtio.h> |
4 | #include <sys/fcntl.h> | 4 | #include <sys/fcntl.h> |
5 | 5 | ||
6 | const char mt_usage[] = "mt [-f device] opcode value\n"; | 6 | static const char mt_usage[] = "mt [-f device] opcode value\n"; |
7 | 7 | ||
8 | struct mt_opcodes { | 8 | struct mt_opcodes { |
9 | char * name; | 9 | char * name; |