diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-04-16 07:42:35 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-04-16 07:42:35 +0000 |
commit | 3cd198619570dd643ebe748302ae5551fd16fdaa (patch) | |
tree | 274a5ccd81cbbc251716dfc8a70c997bde04b171 /libbb/messages.c | |
parent | 5ba5f4d2e72791fef3065a2221a3d386e0d17982 (diff) | |
download | busybox-w32-3cd198619570dd643ebe748302ae5551fd16fdaa.tar.gz busybox-w32-3cd198619570dd643ebe748302ae5551fd16fdaa.tar.bz2 busybox-w32-3cd198619570dd643ebe748302ae5551fd16fdaa.zip |
Add bb_msg_read_error
Diffstat (limited to 'libbb/messages.c')
-rw-r--r-- | libbb/messages.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbb/messages.c b/libbb/messages.c index 671c452d2..c3f307ec5 100644 --- a/libbb/messages.c +++ b/libbb/messages.c | |||
@@ -36,6 +36,9 @@ | |||
36 | #ifdef L_write_error | 36 | #ifdef L_write_error |
37 | const char * const bb_msg_write_error = "Write Error"; | 37 | const char * const bb_msg_write_error = "Write Error"; |
38 | #endif | 38 | #endif |
39 | #ifdef L_read_error | ||
40 | const char * const bb_msg_read_error = "Read Error"; | ||
41 | #endif | ||
39 | #ifdef L_name_longer_than_foo | 42 | #ifdef L_name_longer_than_foo |
40 | const char * const bb_msg_name_longer_than_foo = "Names longer than %d chars not supported."; | 43 | const char * const bb_msg_name_longer_than_foo = "Names longer than %d chars not supported."; |
41 | #endif | 44 | #endif |