From 7ca3921e5e8aa64533d4d7a678046676ae6574ec Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 21 Nov 2006 20:34:21 +0000 Subject: bb_INET_default[] is really just a const "default", nothing INET-specific --- libbb/messages.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbb/messages.c') 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'"; 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"; -- cgit v1.2.3