New version: 0.2.37 it fixes socklen_t, third param of accept(), and do not compile...
[fw/sdcc] / sim / ucsim / cmd.src / newcmd.cc
index cee735448fd3137c406ef0b50460a602ab38f387..3c37a9b82924370d376add04d9dd354a84d8cd73 100644 (file)
@@ -840,7 +840,7 @@ int
 cl_listen_console::proc_input(void)
 {
   int newsock;
-  uint size;
+  SOCKLEN_T size;
   struct sockaddr_in sock_addr;
 
   size= sizeof(struct sockaddr);