commit | e0a630795b35f3137a3204e0d8e5fea928f8962b | [log] [tgz] |
---|---|---|
author | Joe Hershberger <joe.hershberger@ni.com> | Wed May 23 07:58:09 2012 +0000 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Wed May 23 17:46:15 2012 -0500 |
tree | f72792762c7481f2e0ef550de5dceaa40930ffa3 | |
parent | 738853bb6d290dc4b52d8c2989c0998d7aa26913 [diff] [blame] |
net: cosmetic: Un-typedef ICMP_t Remove typedef and lower-case name Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
diff --git a/net/ping.c b/net/ping.c index 04a594c..3102521 100644 --- a/net/ping.c +++ b/net/ping.c
@@ -100,7 +100,7 @@ void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len) { - ICMP_t *icmph = (ICMP_t *)&(ip->udp_src); + struct icmp_hdr *icmph = (struct icmp_hdr *)&ip->udp_src; IPaddr_t src_ip; switch (icmph->type) {