diff options
author | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-03-24 00:54:46 +0000 |
---|---|---|
committer | erik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-03-24 00:54:46 +0000 |
commit | af7a358416b348a4e33dc616f06f548fff6dfd10 (patch) | |
tree | a03bebb080253f4a20f8d5335285a5e717106d36 /messages.c | |
parent | e7cc3589915a349cbe6a3c497219ae3ffb3d4f60 (diff) | |
download | busybox-w32-af7a358416b348a4e33dc616f06f548fff6dfd10.tar.gz busybox-w32-af7a358416b348a4e33dc616f06f548fff6dfd10.tar.bz2 busybox-w32-af7a358416b348a4e33dc616f06f548fff6dfd10.zip |
The new tar for busybox is now done, and works just fine
for extracting files. Creation of tarballs is next...
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@421 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'messages.c')
-rw-r--r-- | messages.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/messages.c b/messages.c index 265c5ade8..305bcdb71 100644 --- a/messages.c +++ b/messages.c | |||
@@ -56,4 +56,7 @@ BB_DEF_MESSAGE(name_too_long, "%s: file name too long\n") | |||
56 | #if defined bb_need_invalid_option || ! defined BB_DECLARE_EXTERN | 56 | #if defined bb_need_invalid_option || ! defined BB_DECLARE_EXTERN |
57 | BB_DEF_MESSAGE(invalid_option, "%s: invalid option -- %c\n") | 57 | BB_DEF_MESSAGE(invalid_option, "%s: invalid option -- %c\n") |
58 | #endif | 58 | #endif |
59 | #if defined bb_need_io_error || ! defined BB_DECLARE_EXTERN | ||
60 | BB_DEF_MESSAGE(io_error, "%s: input/output error -- %s\n") | ||
61 | #endif | ||
59 | #endif /* _BB_MESSAGES_C */ | 62 | #endif /* _BB_MESSAGES_C */ |