diff options
Diffstat (limited to 'init/init.c')
-rw-r--r-- | init/init.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/init/init.c b/init/init.c index a2cc3b5f5..586e34a18 100644 --- a/init/init.c +++ b/init/init.c | |||
@@ -9,8 +9,8 @@ | |||
9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. | 9 | * Licensed under GPLv2 or later, see file LICENSE in this source tree. |
10 | */ | 10 | */ |
11 | 11 | ||
12 | //applet:IF_INIT(APPLET(init, _BB_DIR_SBIN, _BB_SUID_DROP)) | 12 | //applet:IF_INIT(APPLET(init, BB_DIR_SBIN, BB_SUID_DROP)) |
13 | //applet:IF_FEATURE_INITRD(APPLET_ODDNAME(linuxrc, init, _BB_DIR_ROOT, _BB_SUID_DROP, linuxrc)) | 13 | //applet:IF_FEATURE_INITRD(APPLET_ODDNAME(linuxrc, init, BB_DIR_ROOT, BB_SUID_DROP, linuxrc)) |
14 | 14 | ||
15 | //kbuild:lib-$(CONFIG_INIT) += init.o | 15 | //kbuild:lib-$(CONFIG_INIT) += init.o |
16 | 16 | ||
@@ -115,9 +115,6 @@ | |||
115 | #ifdef __linux__ | 115 | #ifdef __linux__ |
116 | #include <linux/vt.h> | 116 | #include <linux/vt.h> |
117 | #endif | 117 | #endif |
118 | #if ENABLE_FEATURE_UTMP | ||
119 | # include <utmp.h> /* DEAD_PROCESS */ | ||
120 | #endif | ||
121 | #include "reboot.h" /* reboot() constants */ | 118 | #include "reboot.h" /* reboot() constants */ |
122 | 119 | ||
123 | /* Used only for sanitizing purposes in set_sane_term() below. On systems where | 120 | /* Used only for sanitizing purposes in set_sane_term() below. On systems where |