20 lines
557 B
Plaintext
20 lines
557 B
Plaintext
--- 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>
|
|
@@ -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);
|