2012-11-26 09:59:29 +00:00
|
|
|
--- iputils-s20121121/arping.c.orig 2012-11-21 11:32:18.000000000 +0100
|
|
|
|
+++ iputils-s20121121/arping.c 2012-11-26 10:33:36.457178827 +0100
|
|
|
|
@@ -66,7 +66,7 @@ static void usage(void) __attribute__((n
|
2012-11-22 09:11:32 +00:00
|
|
|
|
2012-11-26 09:59:29 +00:00
|
|
|
int quit_on_reply=0;
|
|
|
|
struct device device = {
|
|
|
|
- .name = DEFAULT_DEVICE,
|
|
|
|
+ .name = NULL,
|
|
|
|
};
|
|
|
|
char *source;
|
|
|
|
struct in_addr src, dst;
|