2007-03-25 Ralf Corsépius <ralf.corsepius@rtems.org>

* libnetworking/netinet/if_ether.c: Remove __P().
This commit is contained in:
Ralf Corsepius
2007-03-25 06:19:12 +00:00
parent f190f08eee
commit 590bf06bbd
2 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
2007-03-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/netinet/if_ether.c: Remove __P().
* libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c:
More updates from FreeBSD.
* libnetworking/net/raw_cb.h, libnetworking/net/raw_usrreq.c,

View File

@@ -106,9 +106,9 @@ SYSCTL_INT(_net_link_ether_inet, OID_AUTO, useloopback, CTLFLAG_RW,
SYSCTL_INT(_net_link_ether_inet, OID_AUTO, proxyall, CTLFLAG_RW,
&arp_proxyall, 0, "");
static void arp_rtrequest __P((int, struct rtentry *, struct sockaddr *));
static void arprequest __P((struct arpcom *, u_long *, u_long *, u_char *));
void arpintr __P((void));
static void arp_rtrequest(int, struct rtentry *, struct sockaddr *);
static void arprequest(struct arpcom *, u_long *, u_long *, u_char *);
void arpintr(void);
static void arptfree(struct llinfo_arp *);
static void arptimer(void *);
static struct llinfo_arp