diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-21 20:34:21 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-21 20:34:21 +0000 |
commit | 7ca3921e5e8aa64533d4d7a678046676ae6574ec (patch) | |
tree | 9736975246e991e626e025ab1c98d9f5536e9007 /libbb/messages.c | |
parent | 5096246ffb22b46b7d9e9debf035112a11d339b3 (diff) | |
download | busybox-w32-7ca3921e5e8aa64533d4d7a678046676ae6574ec.tar.gz busybox-w32-7ca3921e5e8aa64533d4d7a678046676ae6574ec.tar.bz2 busybox-w32-7ca3921e5e8aa64533d4d7a678046676ae6574ec.zip |
bb_INET_default[] is really just a const "default",
nothing INET-specific
Diffstat (limited to 'libbb/messages.c')
-rw-r--r-- | libbb/messages.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbb/messages.c b/libbb/messages.c index bd41216a5..e3c0faf95 100644 --- a/libbb/messages.c +++ b/libbb/messages.c | |||
@@ -28,6 +28,8 @@ const char bb_msg_invalid_arg[] = "invalid argument '%s' to '%s'"; | |||
28 | const char bb_msg_standard_input[] = "standard input"; | 28 | const char bb_msg_standard_input[] = "standard input"; |
29 | const char bb_msg_standard_output[] = "standard output"; | 29 | const char bb_msg_standard_output[] = "standard output"; |
30 | 30 | ||
31 | const char bb_str_default[] = "default"; | ||
32 | |||
31 | const char bb_path_passwd_file[] = "/etc/passwd"; | 33 | const char bb_path_passwd_file[] = "/etc/passwd"; |
32 | const char bb_path_shadow_file[] = "/etc/shadow"; | 34 | const char bb_path_shadow_file[] = "/etc/shadow"; |
33 | const char bb_path_group_file[] = "/etc/group"; | 35 | const char bb_path_group_file[] = "/etc/group"; |