summaryrefslogtreecommitdiff
path: root/busybox/libbb/messages.c
diff options
context:
space:
mode:
authorEric Andersen2005-07-18 23:51:27 +0000
committerEric Andersen2005-07-18 23:51:27 +0000
commit164a716f964bba247c660bc70149234f95146871 (patch)
tree95a8a6f75cb2ed1bb07cb6019088db7348ebf4d4 /busybox/libbb/messages.c
parent8c59a0bf0e9e2d87b0ff273ea3f0bf05bbbf6373 (diff)
downloadbusybox-164a716f964bba247c660bc70149234f95146871.zip
busybox-164a716f964bba247c660bc70149234f95146871.tar.gz
busybox-1.0.1-rc1.patch
http://busybox.net/lists/busybox/2005-July/014974.html
Diffstat (limited to 'busybox/libbb/messages.c')
-rw-r--r--busybox/libbb/messages.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/busybox/libbb/messages.c b/busybox/libbb/messages.c
index 671c452..c3f307e 100644
--- a/busybox/libbb/messages.c
+++ b/busybox/libbb/messages.c
@@ -36,6 +36,9 @@
#ifdef L_write_error
const char * const bb_msg_write_error = "Write Error";
#endif
+#ifdef L_read_error
+ const char * const bb_msg_read_error = "Read Error";
+#endif
#ifdef L_name_longer_than_foo
const char * const bb_msg_name_longer_than_foo = "Names longer than %d chars not supported.";
#endif