diff options
author | Ron Yorston <rmy@pobox.com> | 2018-04-09 08:50:34 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2018-04-09 08:50:34 +0100 |
commit | 921c1ab66bad54d4ad8591bb74e41ac985248496 (patch) | |
tree | 552a04c691e78e78570e4ec2c83fbc0e59953924 /init | |
parent | 5b6f06f5eb8628955262508d153627fe6f2d1c8b (diff) | |
parent | a1870f4807a75663a085c9f5e92870fa7554f0ad (diff) | |
download | busybox-w32-921c1ab66bad54d4ad8591bb74e41ac985248496.tar.gz busybox-w32-921c1ab66bad54d4ad8591bb74e41ac985248496.tar.bz2 busybox-w32-921c1ab66bad54d4ad8591bb74e41ac985248496.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'init')
-rw-r--r-- | init/init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c index cac165fc7..6439e2bcd 100644 --- a/init/init.c +++ b/init/init.c | |||
@@ -130,7 +130,6 @@ | |||
130 | #include "libbb.h" | 130 | #include "libbb.h" |
131 | #include "common_bufsiz.h" | 131 | #include "common_bufsiz.h" |
132 | #include <syslog.h> | 132 | #include <syslog.h> |
133 | #include <sys/resource.h> | ||
134 | #ifdef __linux__ | 133 | #ifdef __linux__ |
135 | # include <linux/vt.h> | 134 | # include <linux/vt.h> |
136 | # include <sys/sysinfo.h> | 135 | # include <sys/sysinfo.h> |