From 2e2040e424a06b015c95c38b05e4925a2398ab10 Mon Sep 17 00:00:00 2001 From: wollman Date: Thu, 21 Sep 1995 17:19:28 +0000 Subject: Second try: get 4.4-Lite-2 into the source tree. The conflicts don't matter because none of our working source files are on the CSRG branch any more. Obtained from: 4.4BSD-Lite-2 --- sys/netinet/if_ether.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'sys/netinet/if_ether.h') diff --git a/sys/netinet/if_ether.h b/sys/netinet/if_ether.h index 6b4def0..8d44bf5 100644 --- a/sys/netinet/if_ether.h +++ b/sys/netinet/if_ether.h @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * @(#)if_ether.h 8.1 (Berkeley) 6/10/93 + * @(#)if_ether.h 8.3 (Berkeley) 5/2/95 */ /* @@ -142,14 +142,12 @@ u_char ether_ipmulticast_min[6]; u_char ether_ipmulticast_max[6]; struct ifqueue arpintrq; -struct llinfo_arp *arptnew __P((struct in_addr *)); struct llinfo_arp llinfo_arp; /* head of the llinfo queue */ -void arpwhohas __P((struct arpcom *, struct in_addr *)); +void arp_rtrequest __P((int, struct rtentry *, struct sockaddr *)); void arpintr __P((void)); int arpresolve __P((struct arpcom *, - struct rtentry *, struct mbuf *, struct sockaddr *, u_char *)); -void arp_rtrequest __P((int, struct rtentry *, struct sockaddr *)); + struct rtentry *, struct mbuf *, struct sockaddr *, u_char *)); void arpwhohas __P((struct arpcom *, struct in_addr *)); int ether_addmulti __P((struct ifreq *, struct arpcom *)); -- cgit v1.1