halt: perror_msg_and_die needs bb_ prefix
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 8 Jul 2011 04:23:08 +0000 (06:23 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 8 Jul 2011 04:23:08 +0000 (06:23 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
init/halt.c

index 1aac0fa..7974adb 100644 (file)
@@ -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);
                        }
                }