diff options
Diffstat (limited to 'init/halt.c')
-rw-r--r-- | init/halt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init/halt.c b/init/halt.c index d5c22a8ac..8faf9d8c3 100644 --- a/init/halt.c +++ b/init/halt.c | |||
@@ -10,8 +10,8 @@ | |||
10 | #include "busybox.h" | 10 | #include "busybox.h" |
11 | #include <sys/reboot.h> | 11 | #include <sys/reboot.h> |
12 | 12 | ||
13 | int halt_main(int argc, char *argv[]); | 13 | int halt_main(int argc, char **argv); |
14 | int halt_main(int argc, char *argv[]) | 14 | int halt_main(int argc, char **argv) |
15 | { | 15 | { |
16 | static const int magic[] = { | 16 | static const int magic[] = { |
17 | #ifdef RB_HALT_SYSTEM | 17 | #ifdef RB_HALT_SYSTEM |