aboutsummaryrefslogtreecommitdiff
path: root/networking/inetd.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/inetd.c')
-rw-r--r--networking/inetd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/inetd.c b/networking/inetd.c
index a45573396..7aa6b7b19 100644
--- a/networking/inetd.c
+++ b/networking/inetd.c
@@ -313,7 +313,7 @@ struct globals {
313 fd_set allsock; 313 fd_set allsock;
314 /* Used in next_line(), and as scratch read buffer */ 314 /* Used in next_line(), and as scratch read buffer */
315 char line[256]; /* _at least_ 256, see LINE_SIZE */ 315 char line[256]; /* _at least_ 256, see LINE_SIZE */
316}; 316} FIX_ALIASING;
317#define G (*(struct globals*)&bb_common_bufsiz1) 317#define G (*(struct globals*)&bb_common_bufsiz1)
318enum { LINE_SIZE = COMMON_BUFSIZE - offsetof(struct globals, line) }; 318enum { LINE_SIZE = COMMON_BUFSIZE - offsetof(struct globals, line) };
319struct BUG_G_too_big { 319struct BUG_G_too_big {