diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/halt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/halt.c b/init/halt.c index 16906dfe0..a3459ee48 100644 --- a/init/halt.c +++ b/init/halt.c | |||
@@ -30,7 +30,6 @@ static void write_wtmp(void) | |||
30 | if (uname(&uts) == 0) | 30 | if (uname(&uts) == 0) |
31 | safe_strncpy(utmp.ut_host, uts.release, sizeof(utmp.ut_host)); | 31 | safe_strncpy(utmp.ut_host, uts.release, sizeof(utmp.ut_host)); |
32 | updwtmp(bb_path_wtmp_file, &utmp); | 32 | updwtmp(bb_path_wtmp_file, &utmp); |
33 | |||
34 | } | 33 | } |
35 | #else | 34 | #else |
36 | #define write_wtmp() ((void)0) | 35 | #define write_wtmp() ((void)0) |