aboutsummaryrefslogtreecommitdiff
path: root/networking/arping.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/arping.c')
-rw-r--r--networking/arping.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/arping.c b/networking/arping.c
index 52f5ba51f..6b0de4de2 100644
--- a/networking/arping.c
+++ b/networking/arping.c
@@ -77,6 +77,7 @@ struct globals {
77#define brd_recv (G.brd_recv ) 77#define brd_recv (G.brd_recv )
78#define req_recv (G.req_recv ) 78#define req_recv (G.req_recv )
79#define INIT_G() do { \ 79#define INIT_G() do { \
80 setup_common_bufsiz(); \
80 count = -1; \ 81 count = -1; \
81} while (0) 82} while (0)
82 83