aboutsummaryrefslogtreecommitdiff
path: root/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'init.c')
-rw-r--r--init.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/init.c b/init.c
index 49951b0fd..a1c6aec3a 100644
--- a/init.c
+++ b/init.c
@@ -666,10 +666,6 @@ static void reboot_signal(int sig)
666#warning pivot root instead. Do not even bother till this work is done... 666#warning pivot root instead. Do not even bother till this work is done...
667#warning You have been warned. 667#warning You have been warned.
668 668
669#if ! defined BB_FEATURE_USE_PROCFS
670#error Sorry, I depend on the /proc filesystem right now.
671#endif
672
673static void check_chroot(int sig) 669static void check_chroot(int sig)
674{ 670{
675 char *argv_init[2] = { "init", NULL, }; 671 char *argv_init[2] = { "init", NULL, };