diff options
Diffstat (limited to 'net/arp.c')
| -rw-r--r-- | net/arp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -113,7 +113,7 @@ void ArpTimeoutCheck(void)  	}  } -void ArpReceive(Ethernet_t *et, IP_t *ip, int len) +void ArpReceive(Ethernet_t *et, struct ip_udp_hdr *ip, int len)  {  	ARP_t *arp;  	IPaddr_t tmp; |