2 errors detected in the compilation of "connect.c"
Status: Beta
Brought to you by:
scaple
irix 6.5.30, mipspro 7.4.4, wgetpro 0.1.3
-----------------------------------------
cc-1065 c99: ERROR File = connect.c, Line = 330
A semicolon is expected at this point.
socklen_t sa_len = sockaddr_len ();
^
cc-1148 c99: ERROR File = connect.c, Line = 331
Expression must have "struct" or "union" type.
if (getsockname (msock, &srv.sa, &sa_len) < 0)
^
2 errors detected in the compilation of "connect.c".