diff options
Diffstat (limited to 'networking/arp.c')
-rw-r--r-- | networking/arp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/arp.c b/networking/arp.c index e79b1b6..0099aa5 100644 --- a/networking/arp.c +++ b/networking/arp.c @@ -68,7 +68,6 @@ struct globals { const struct hwtype *hw; /* current hardware type */ 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 ) |