halt: perror_msg_and_die needs bb_ prefix

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2011-07-08 06:23:08 +02:00
parent b5de0c12d6
commit db43d3d418

View 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);
}
}