diff options
Diffstat (limited to 'net/ping.c')
-rw-r--r-- | net/ping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ping.c b/net/ping.c index 8542e2299b4..04a594cf53a 100644 --- a/net/ping.c +++ b/net/ping.c @@ -98,7 +98,7 @@ void ping_start(void) ping_send(); } -void ping_receive(Ethernet_t *et, struct ip_udp_hdr *ip, int len) +void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) { ICMP_t *icmph = (ICMP_t *)&(ip->udp_src); IPaddr_t src_ip; |