diff options
Diffstat (limited to 'init/init.c')
-rw-r--r-- | init/init.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/init/init.c b/init/init.c index d8e180746..586e34a18 100644 --- a/init/init.c +++ b/init/init.c | |||
@@ -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 |