diff options
author | Erik Andersen | 2000-03-24 00:54:46 +0000 |
---|---|---|
committer | Erik Andersen | 2000-03-24 00:54:46 +0000 |
commit | 1ad302ac903695ef4ba748d3880222c05eeaafef (patch) | |
tree | a03bebb080253f4a20f8d5335285a5e717106d36 /messages.c | |
parent | e454fb68a3165ca5cf42c290b4b9dc92dbf9a235 (diff) | |
download | busybox-1ad302ac903695ef4ba748d3880222c05eeaafef.zip busybox-1ad302ac903695ef4ba748d3880222c05eeaafef.tar.gz |
The new tar for busybox is now done, and works just fine
for extracting files. Creation of tarballs is next...
-Erik
Diffstat (limited to 'messages.c')
-rw-r--r-- | messages.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -56,4 +56,7 @@ BB_DEF_MESSAGE(name_too_long, "%s: file name too long\n") #if defined bb_need_invalid_option || ! defined BB_DECLARE_EXTERN BB_DEF_MESSAGE(invalid_option, "%s: invalid option -- %c\n") #endif +#if defined bb_need_io_error || ! defined BB_DECLARE_EXTERN + BB_DEF_MESSAGE(io_error, "%s: input/output error -- %s\n") +#endif #endif /* _BB_MESSAGES_C */ |