do not fail build if MAXSYMLINKS isn't defined
[oweals/busybox.git] / init / halt.c
index 1aac0faf9afc20862135576671680f333c2fcd5e..7974adb17f0aabbbb59a2804d555cdacd5847e38 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);
                        }
                }