From: Denys Vlasenko Date: Fri, 8 Jul 2011 04:23:08 +0000 (+0200) Subject: halt: perror_msg_and_die needs bb_ prefix X-Git-Tag: 1_19_0~36 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=db43d3d418fd228367594c926f206e7d7fe7b1ab;p=oweals%2Fbusybox.git halt: perror_msg_and_die needs bb_ prefix Signed-off-by: Denys Vlasenko --- diff --git a/init/halt.c b/init/halt.c index 1aac0faf9..7974adb17 100644 --- a/init/halt.c +++ b/init/halt.c @@ -159,7 +159,7 @@ int halt_main(int argc UNUSED_PARAM, char **argv) which == 2 ? "6" : "0", (char *)NULL ); - perror_msg_and_die("can't execute '%s'", + bb_perror_msg_and_die("can't execute '%s'", CONFIG_TELINIT_PATH); } }