summaryrefslogtreecommitdiffstats
path: root/net/rarp.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/rarp.c')
-rw-r--r--net/rarp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rarp.c b/net/rarp.c
index 660a02c577..bd073c32a6 100644
--- a/net/rarp.c
+++ b/net/rarp.c
@@ -41,7 +41,7 @@ int RarpTry;
/*
* Handle a RARP received packet.
*/
-void rarp_receive(IP_t *ip, unsigned len)
+void rarp_receive(struct ip_udp_hdr *ip, unsigned len)
{
ARP_t *arp;
OpenPOWER on IntegriCloud