diff options
Diffstat (limited to 'ipsend/44arp.c')
-rw-r--r-- | ipsend/44arp.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ipsend/44arp.c b/ipsend/44arp.c index 4b08a8b5ce189..f284c3fa5ad10 100644 --- a/ipsend/44arp.c +++ b/ipsend/44arp.c @@ -11,9 +11,6 @@ #endif #include <net/if_dl.h> #include <net/if_types.h> -#if defined(__FreeBSD__) -# include "radix_ipf.h" -#endif #ifndef __osf__ # include <net/route.h> #endif @@ -42,7 +39,7 @@ * (4 bytes) */ int resolve(host, address) -char *host, *address; + char *host, *address; { struct hostent *hp; u_long add; @@ -64,7 +61,7 @@ char *host, *address; int arp(addr, eaddr) -char *addr, *eaddr; + char *addr, *eaddr; { int mib[6]; size_t needed; |