aboutsummaryrefslogtreecommitdiff
path: root/networking/arp.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/arp.c')
-rw-r--r--networking/arp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/arp.c b/networking/arp.c
index e79b1b6a1..0099aa534 100644
--- a/networking/arp.c
+++ b/networking/arp.c
@@ -68,7 +68,6 @@ struct globals {
68 const struct hwtype *hw; /* current hardware type */ 68 const struct hwtype *hw; /* current hardware type */
69 const char *device; /* current device */ 69 const char *device; /* current device */
70 smallint hw_set; /* flag if hw-type was set (-H) */ 70 smallint hw_set; /* flag if hw-type was set (-H) */
71
72} FIX_ALIASING; 71} FIX_ALIASING;
73#define G (*(struct globals*)&bb_common_bufsiz1) 72#define G (*(struct globals*)&bb_common_bufsiz1)
74#define ap (G.ap ) 73#define ap (G.ap )