aboutsummaryrefslogtreecommitdiff
path: root/networking/inetd.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/inetd.c')
-rw-r--r--networking/inetd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/inetd.c b/networking/inetd.c
index aa35ffa2b..8d44b5198 100644
--- a/networking/inetd.c
+++ b/networking/inetd.c
@@ -350,6 +350,7 @@ enum { LINE_SIZE = COMMON_BUFSIZE - offsetof(struct globals, line) };
350#define allsock (G.allsock ) 350#define allsock (G.allsock )
351#define line (G.line ) 351#define line (G.line )
352#define INIT_G() do { \ 352#define INIT_G() do { \
353 setup_common_bufsiz(); \
353 BUILD_BUG_ON(sizeof(G) > COMMON_BUFSIZE); \ 354 BUILD_BUG_ON(sizeof(G) > COMMON_BUFSIZE); \
354 rlim_ofile_cur = OPEN_MAX; \ 355 rlim_ofile_cur = OPEN_MAX; \
355 global_queuelen = 128; \ 356 global_queuelen = 128; \