RIP arp_ifinit().
authormpi <mpi@openbsd.org>
Tue, 27 Oct 2015 15:22:58 +0000 (15:22 +0000)
committermpi <mpi@openbsd.org>
Tue, 27 Oct 2015 15:22:58 +0000 (15:22 +0000)
sys/netinet/if_ether.c
sys/netinet/if_ether.h

index 106e230..def22b5 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_ether.c,v 1.178 2015/10/27 10:54:52 mpi Exp $      */
+/*     $OpenBSD: if_ether.c,v 1.179 2015/10/27 15:22:58 mpi Exp $      */
 /*     $NetBSD: if_ether.c,v 1.31 1996/05/11 12:59:58 mycroft Exp $    */
 
 /*
@@ -821,11 +821,6 @@ arpproxy(struct in_addr in, unsigned int rtableid)
        return (found);
 }
 
-void
-arp_ifinit(struct arpcom *ac, struct ifaddr *ifa)
-{
-}
-
 /*
  * Called from Ethernet interrupt handlers
  * when ether packet type ETHERTYPE_REVARP
index b3aa1c0..db6a744 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_ether.h,v 1.61 2015/10/25 11:58:11 mpi Exp $       */
+/*     $OpenBSD: if_ether.h,v 1.62 2015/10/27 15:22:58 mpi Exp $       */
 /*     $NetBSD: if_ether.h,v 1.22 1996/05/11 13:00:00 mycroft Exp $    */
 
 /*
@@ -196,7 +196,6 @@ void        arpwhohas(struct arpcom *, struct in_addr *);
 void   arpintr(void);
 int    arpresolve(struct ifnet *,
            struct rtentry *, struct mbuf *, struct sockaddr *, u_char *);
-void   arp_ifinit(struct arpcom *, struct ifaddr *);
 void   arp_rtrequest(struct ifnet *, int, struct rtentry *);
 
 int    ether_addmulti(struct ifreq *, struct arpcom *);