diff options
Diffstat (limited to 'networking/ping.c')
-rw-r--r-- | networking/ping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ping.c b/networking/ping.c index 23b39f2e2..467b7f694 100644 --- a/networking/ping.c +++ b/networking/ping.c | |||
@@ -263,7 +263,7 @@ struct globals { | |||
263 | #endif | 263 | #endif |
264 | } pingaddr; | 264 | } pingaddr; |
265 | char rcvd_tbl[MAX_DUP_CHK / 8]; | 265 | char rcvd_tbl[MAX_DUP_CHK / 8]; |
266 | }; | 266 | } FIX_ALIASING; |
267 | #define G (*(struct globals*)&bb_common_bufsiz1) | 267 | #define G (*(struct globals*)&bb_common_bufsiz1) |
268 | #define pingsock (G.pingsock ) | 268 | #define pingsock (G.pingsock ) |
269 | #define if_index (G.if_index ) | 269 | #define if_index (G.if_index ) |