Add bb_msg_read_error
[oweals/busybox.git] / libbb / messages.c
index adfd1ffcce31241f599d9f170dbb5d2681ba2154..c3f307ec521ea17093e2d1f0d77386128a999101 100644 (file)
@@ -1,6 +1,6 @@
 /* vi: set sw=4 ts=4: */
 /*
- * Copyright (C) 1999-2003 by Erik Andersen <andersen@codepoet.org>
+ * Copyright (C) 1999-2004 by Erik Andersen <andersen@codepoet.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -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