diff options
Diffstat (limited to 'networking/arp.c')
-rw-r--r-- | networking/arp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/arp.c b/networking/arp.c index 278f2dc..0ef267a 100644 --- a/networking/arp.c +++ b/networking/arp.c @@ -51,7 +51,7 @@ struct globals { const char *device; /* current device */ smallint hw_set; /* flag if hw-type was set (-H) */ -}; +} FIX_ALIASING; #define G (*(struct globals*)&bb_common_bufsiz1) #define ap (G.ap ) #define hw (G.hw ) |