diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-12 22:10:34 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-12 22:10:34 +0000 |
commit | d3bcc434bbc51143284e0108521b97f961c144d2 (patch) | |
tree | 09708579e18a033c6722c5194c46116705f47b83 /libbb/messages.c | |
parent | 0a0339cfc16667f8f41a0cb0cfe4c50543e9c251 (diff) | |
download | busybox-w32-d3bcc434bbc51143284e0108521b97f961c144d2.tar.gz busybox-w32-d3bcc434bbc51143284e0108521b97f961c144d2.tar.bz2 busybox-w32-d3bcc434bbc51143284e0108521b97f961c144d2.zip |
random small size optimizations
git-svn-id: svn://busybox.net/trunk/busybox@17263 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb/messages.c')
-rw-r--r-- | libbb/messages.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/messages.c b/libbb/messages.c index c640faf5b..6c3d2f608 100644 --- a/libbb/messages.c +++ b/libbb/messages.c | |||
@@ -28,6 +28,7 @@ const char bb_msg_standard_input[] = "standard input"; | |||
28 | const char bb_msg_standard_output[] = "standard output"; | 28 | const char bb_msg_standard_output[] = "standard output"; |
29 | 29 | ||
30 | const char bb_str_default[] = "default"; | 30 | const char bb_str_default[] = "default"; |
31 | const char bb_hexdigits_upcase[] = "0123456789ABCDEF"; | ||
31 | 32 | ||
32 | const char bb_path_passwd_file[] = "/etc/passwd"; | 33 | const char bb_path_passwd_file[] = "/etc/passwd"; |
33 | const char bb_path_shadow_file[] = "/etc/shadow"; | 34 | const char bb_path_shadow_file[] = "/etc/shadow"; |