bb_INET_default[] is really just a const "default",

nothing INET-specific
This commit is contained in:
Denis Vlasenko
2006-11-21 20:34:21 +00:00
parent 5096246ffb
commit 7ca3921e5e
7 changed files with 29 additions and 29 deletions

View File

@ -28,6 +28,8 @@ const char bb_msg_invalid_arg[] = "invalid argument '%s' to '%s'";
const char bb_msg_standard_input[] = "standard input";
const char bb_msg_standard_output[] = "standard output";
const char bb_str_default[] = "default";
const char bb_path_passwd_file[] = "/etc/passwd";
const char bb_path_shadow_file[] = "/etc/shadow";
const char bb_path_group_file[] = "/etc/group";