halt: perror_msg_and_die needs bb_ prefix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
b5de0c12d6
commit
db43d3d418
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user