diff options
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"; |