]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - packages/net/common/v2_0/tests/ping_test.c
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / net / common / v2_0 / tests / ping_test.c
index ea1060cc69299bbe4380ea5b6e1570683bec67a7..72012511e1c7e1e0cc0075215c0c0c4ff3248c8a 100644 (file)
@@ -172,7 +172,8 @@ ping_host(int s, struct sockaddr_in *host)
     cyg_tick_count_t *tp;
     long *dp;
     struct sockaddr_in from;
-    int i, len, fromlen;
+    int i, len;
+    socklen_t fromlen;
 
     ok_recv = 0;
     bogus_recv = 0;