projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5de0c1
)
halt: perror_msg_and_die needs bb_ prefix
author
Denys Vlasenko
<vda.linux@googlemail.com>
Fri, 8 Jul 2011 04:23:08 +0000
(06:23 +0200)
committer
Denys 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
patch
|
blob
|
history
diff --git
a/init/halt.c
b/init/halt.c
index 1aac0faf9afc20862135576671680f333c2fcd5e..7974adb17f0aabbbb59a2804d555cdacd5847e38 100644
(file)
--- 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);
}
}