iputils/iputils-20121121-ifaddrs.patch

12 lines
335 B
Diff
Raw Normal View History

--- 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
int quit_on_reply=0;
struct device device = {
- .name = DEFAULT_DEVICE,
+ .name = NULL,
};
char *source;
struct in_addr src, dst;