diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-06 09:56:35 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-06 09:56:35 +0000 |
commit | 1e03add675c58c17d96f51cafa008066d4220a09 (patch) | |
tree | 707976ee4be91a365342b34d8069e6c9e0f089bf /init | |
parent | 5d893b6beb2a42c6c3bc0fd0b5447bcfc8a0f84c (diff) | |
download | busybox-w32-1e03add675c58c17d96f51cafa008066d4220a09.tar.gz busybox-w32-1e03add675c58c17d96f51cafa008066d4220a09.tar.bz2 busybox-w32-1e03add675c58c17d96f51cafa008066d4220a09.zip |
a few minor cleanups.
-Erik
Diffstat (limited to 'init')
-rw-r--r-- | init/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c index 26e4dc7a7..7236cf851 100644 --- a/init/init.c +++ b/init/init.c | |||
@@ -42,11 +42,11 @@ | |||
42 | #include <linux/version.h> | 42 | #include <linux/version.h> |
43 | #include <linux/reboot.h> | 43 | #include <linux/reboot.h> |
44 | #include <linux/unistd.h> | 44 | #include <linux/unistd.h> |
45 | #include <linux/vt.h> /* for vt_stat */ | ||
45 | #include <sys/fcntl.h> | 46 | #include <sys/fcntl.h> |
46 | #include <sys/ioctl.h> | 47 | #include <sys/ioctl.h> |
47 | #include <sys/mount.h> | 48 | #include <sys/mount.h> |
48 | #include <sys/types.h> | 49 | #include <sys/types.h> |
49 | #include <sys/vt.h> /* for vt_stat */ | ||
50 | #include <sys/wait.h> | 50 | #include <sys/wait.h> |
51 | #ifdef BB_SYSLOGD | 51 | #ifdef BB_SYSLOGD |
52 | # include <sys/syslog.h> | 52 | # include <sys/syslog.h> |