openbsd-ports/net/firewalk/patches/patch-ab

20 lines
557 B
Plaintext
Raw Normal View History

1999-12-16 22:43:18 -05:00
--- ifaddrlist.c.orig Fri Oct 16 13:50:49 1998
+++ ifaddrlist.c Thu Dec 16 22:18:57 1999
@@ -46,7 +46,6 @@
struct rtentry;
#endif
-#include <net/if.h>
#include <netinet/in.h>
#include <ctype.h>
1999-12-16 22:43:18 -05:00
@@ -223,7 +222,7 @@
{
fprintf(stdout,
"Multiple interfaces found, using %s @ %s.\n",
- host_lookup(sin->sin_addr.s_addr, fp->use_name),
+ libnet_host_lookup(sin->sin_addr.s_addr, fp->use_name),
address_list->device);
}
device = strdup(address_list->device);