diff options
-rw-r--r-- | networking/inetd.c | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/networking/inetd.c b/networking/inetd.c index 896a9978f..c930a892c 100644 --- a/networking/inetd.c +++ b/networking/inetd.c | |||
@@ -90,15 +90,6 @@ | |||
90 | 90 | ||
91 | #include "busybox.h" | 91 | #include "busybox.h" |
92 | 92 | ||
93 | #include <sys/param.h> | ||
94 | #include <sys/stat.h> | ||
95 | #include <sys/ioctl.h> | ||
96 | #include <sys/socket.h> | ||
97 | #include <sys/un.h> | ||
98 | #include <sys/file.h> | ||
99 | #include <sys/wait.h> | ||
100 | #include <sys/time.h> | ||
101 | #include <sys/resource.h> | ||
102 | 93 | ||
103 | #ifndef __linux__ | 94 | #ifndef __linux__ |
104 | #ifndef RLIMIT_NOFILE | 95 | #ifndef RLIMIT_NOFILE |
@@ -106,14 +97,15 @@ | |||
106 | #endif | 97 | #endif |
107 | #endif | 98 | #endif |
108 | 99 | ||
109 | #include <sys/param.h> | 100 | #include <sys/file.h> |
110 | #include <sys/stat.h> | ||
111 | #include <sys/ioctl.h> | 101 | #include <sys/ioctl.h> |
102 | #include <sys/param.h> | ||
103 | #include <sys/resource.h> | ||
112 | #include <sys/socket.h> | 104 | #include <sys/socket.h> |
113 | #include <sys/file.h> | 105 | #include <sys/stat.h> |
114 | #include <sys/wait.h> | ||
115 | #include <sys/time.h> | 106 | #include <sys/time.h> |
116 | #include <sys/resource.h> | 107 | #include <sys/un.h> |
108 | #include <sys/wait.h> | ||
117 | 109 | ||
118 | #include <netinet/in.h> | 110 | #include <netinet/in.h> |
119 | #include <netinet/ip.h> | 111 | #include <netinet/ip.h> |