[Glibc-bsd-commits] r1571 - trunk/glibc-2.3-head/sysdeps/kfreebsd/netinet

Aurelien Jarno aurel32 at costa.debian.org
Sun May 21 19:58:03 UTC 2006


Author: aurel32
Date: 2006-05-21 19:58:02 +0000 (Sun, 21 May 2006)
New Revision: 1571

Modified:
   trunk/glibc-2.3-head/sysdeps/kfreebsd/netinet/if_ether.h
Log:
Partly revert r1540, as it breaks the build of the glibc

Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/netinet/if_ether.h
===================================================================
--- trunk/glibc-2.3-head/sysdeps/kfreebsd/netinet/if_ether.h	2006-05-21 19:24:00 UTC (rev 1570)
+++ trunk/glibc-2.3-head/sysdeps/kfreebsd/netinet/if_ether.h	2006-05-21 19:58:02 UTC (rev 1571)
@@ -81,32 +81,12 @@
 #define	arp_pln	ea_hdr.ar_pln
 #define	arp_op	ea_hdr.ar_op
 
-struct sockaddr_inarp {
-	u_char	sin_len;
-	u_char	sin_family;
-	u_short sin_port;
-	struct	in_addr sin_addr;
-	struct	in_addr sin_srcaddr;
-	u_short	sin_tos;
-	u_short	sin_other;
-#define SIN_PROXY 1
-};
 /*
  * IP and ethernet specific routing flags
  */
 #define	RTF_USETRAILERS	RTF_PROTO1	/* use trailers */
 #define RTF_ANNOUNCE	RTF_PROTO2	/* announce new arp entry */
 
-#ifdef	_KERNEL
-extern u_char	ether_ipmulticast_min[ETH_ALEN];
-extern u_char	ether_ipmulticast_max[ETH_ALEN];
-
-int	arpresolve(struct ifnet *ifp, struct rtentry *rt,
-		struct mbuf *m, struct sockaddr *dst, u_char *desten);
-void	arp_ifinit(struct ifnet *, struct ifaddr *);
-void	arp_ifinit2(struct ifnet *, struct ifaddr *, u_char *);
-#endif
-
 /*
  * Macro to map an IP multicast address to an Ethernet multicast address.
  * The high-order 25 bits of the Ethernet address are statically assigned,




More information about the Glibc-bsd-commits mailing list