Explorar el Código

fix variable type

Jindrich Makovicka hace 16 años
padre
commit
e9e33d131b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pinger.c

+ 1 - 1
pinger.c

@@ -651,7 +651,7 @@ void receiver()
 {
     int cc;
     struct sockaddr_in from;
-    size_t fromlen;
+    socklen_t fromlen;
     struct timeval tv,tv_old,tv_new;
     fd_set rfds;
     int avail;