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