diff options
Diffstat (limited to 'networking/tcpudp.c')
-rw-r--r-- | networking/tcpudp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/tcpudp.c b/networking/tcpudp.c index d0db33b79..42845df0e 100644 --- a/networking/tcpudp.c +++ b/networking/tcpudp.c | |||
@@ -50,7 +50,7 @@ struct globals { | |||
50 | unsigned cmax; | 50 | unsigned cmax; |
51 | char **env_cur; | 51 | char **env_cur; |
52 | char *env_var[1]; /* actually bigger */ | 52 | char *env_var[1]; /* actually bigger */ |
53 | }; | 53 | } FIX_ALIASING; |
54 | #define G (*(struct globals*)&bb_common_bufsiz1) | 54 | #define G (*(struct globals*)&bb_common_bufsiz1) |
55 | #define verbose (G.verbose ) | 55 | #define verbose (G.verbose ) |
56 | #define max_per_host (G.max_per_host) | 56 | #define max_per_host (G.max_per_host) |