diff options
Diffstat (limited to 'networking/arping.c')
-rw-r--r-- | networking/arping.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/networking/arping.c b/networking/arping.c index 2db2ff412..0a444f15c 100644 --- a/networking/arping.c +++ b/networking/arping.c | |||
@@ -61,10 +61,9 @@ struct globals { | |||
61 | #define received (G.received ) | 61 | #define received (G.received ) |
62 | #define brd_recv (G.brd_recv ) | 62 | #define brd_recv (G.brd_recv ) |
63 | #define req_recv (G.req_recv ) | 63 | #define req_recv (G.req_recv ) |
64 | #define INIT_G() \ | 64 | #define INIT_G() do { \ |
65 | do { \ | 65 | count = -1; \ |
66 | count = -1; \ | 66 | } while (0) |
67 | } while (0) | ||
68 | 67 | ||
69 | // If GNUisms are not available... | 68 | // If GNUisms are not available... |
70 | //static void *mempcpy(void *_dst, const void *_src, int n) | 69 | //static void *mempcpy(void *_dst, const void *_src, int n) |