comparison packages/redboot/current/src/net/ping.c @ 2002:20fee0cef763

* src/net/enet.c (ntohs): Return type is a short. * src/flash.c (fis_list, fis_free, fis_create): * src/iomem.c (do_iopeek): Fixed compiler warnings about formats strings for diag_printf.
author asl
date Mon, 27 Jun 2005 18:17:36 +0000
parents c4355f101bf6
children 74dbf4c3f2e1
comparison
equal deleted inserted replaced
2001:07de10fdb41e 2002:20fee0cef763
230 } 230 }
231 231
232 if (icmp_received) { 232 if (icmp_received) {
233 received++; 233 received++;
234 if (verbose) { 234 if (verbose) {
235 diag_printf(" seq: %ld, time: %ld (ticks)\n", 235 diag_printf(" seq: %d, time: %ld (ticks)\n",
236 ntohs(hold_hdr.seqnum), end_time-start_time); 236 ntohs(hold_hdr.seqnum), end_time-start_time);
237 } 237 }
238 } 238 }
239 } 239 }
240 abort: 240 abort: