mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2007-03-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/netinet/if_ether.c: Remove __P().
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user