csock.c
csock.c(13) : error C2065: 'ECONNREFUSED' : undeclared identifier
csock.c(16) : error C2037: left of 'h_addrtype' specifies undefined struct/union 'hostent'
csock.c(21) : error C2027: use of undefined type 'sockaddr_in'
csock.c(22) : error C2027: use of undefined type 'sockaddr_in'
csock.c(25) : error C2037: left of 'h_length' specifies undefined struct/union 'hostent'
csock.c(26) : error C2037: left of 'sin_addr' specifies undefined struct/union 'sockaddr_in'
csock.c(27) : error C2037: left of 'h_addr_list' specifies undefined struct/union 'hostent'
csock.c(29) : error C2037: left of 'sin_family' specifies undefined struct/union 'sockaddr_in'
csock.c(29) : error C2037: left of 'h_addrtype' specifies undefined struct/union 'hostent'
csock.c(30) : error C2037: left of 'sin_port' specifies undefined struct/union 'sockaddr_in'
csock.c(30) : error C2065: 'u_short' : undeclared identifier
csock.c(30) : error C2146: syntax error : missing ')' before identifier 'pnum'
csock.c(30) : error C2059: syntax error : ')'
csock.c(40) : error C2027: use of undefined type 'sockaddr_in'
csock.c(41) : error C2027: use of undefined type 'sockaddr_in'
csock.c(48) : error C2027: use of undefined type 'sockaddr_in'
csock.c(52) : error C2079: 'sa' uses undefined struct 'sockaddr_in'
csock.c(56) : error C2027: use of undefined type 'sockaddr_in'
csock.c(58) : error C2224: left of '.sin_addr' must have struct/union type
csock.c(59) : error C2224: left of '.sin_port' must have struct/union type
csock.c(71) : error C2065: 'fd_set' : undeclared identifier
csock.c(71) : error C2146: syntax error : missing ';' before identifier 'set_s'
csock.c(71) : error C2065: 'set_s' : undeclared identifier
csock.c(72) : error C2275: 'cint' : illegal use of this type as an expression
csock.c(72) : error C2146: syntax error : missing ';' before identifier 'i'
csock.c(72) : error C2065: 'i' : undeclared identifier
csock.c(73) : error C2143: syntax error : missing ';' before 'type'
csock.c(74) : error C2143: syntax error : missing ';' before 'type'
csock.c(84) : error C2065: 'timeout' : undeclared identifier
csock.c(84) : error C2224: left of '.tv_sec' must have struct/union type
csock.c(85) : error C2224: left of '.tv_usec' must have struct/union type
csock.c(86) : error C2065: 'result' : undeclared identifier
csock.c(86) : error C2065: 'FD_SETSIZE' : undeclared identifier
csock.c(91) : error C2061: syntax error : identifier 'FD_ISSET'
csock.c(96) : error C2282: 'cint' is followed by 'csock_writeable' (missing ','?)
csock.c(122) : error C2079: 'sa' uses undefined struct 'sockaddr_in'
csock.c(137) : error C2224: left of '.sin_addr' must have struct/union type
csock.c(142) : error C2079: 'sa' uses undefined struct 'sockaddr_in'
csock.c(154) : error C2224: left of '.sin_family' must have struct/union type
csock.c(159) : error C2079: 'sa' uses undefined struct 'sockaddr_in'
csock.c(161) : error C2146: syntax error : missing ';' before identifier 'portnum'
csock.c(161) : error C2065: 'portnum' : undeclared identifier
csock.c(171) : error C2224: left of '.sin_port' must have struct/union type
csock.c(176) : error C2079: 'sa' uses undefined struct 'sockaddr_in'
csock.c(191) : error C2224: left of '.sin_addr' must have struct/union type
csock.c(196) : error C2079: 'sa' uses undefined struct 'sockaddr_in'
csock.c(208) : error C2224: left of '.sin_family' must have struct/union type
csock.c(213) : error C2079: 'sa' uses undefined struct 'sockaddr_in'
csock.c(215) : error C2146: syntax error : missing ';' before identifier 'portnum'
csock.c(225) : error C2224: left of '.sin_port' must have struct/union type
csock.c(236) : error C2065: 'AF_INET' : undeclared identifier
csock.c(241) : error C2037: left of 'h_name' specifies undefined struct/union 'hostent'
csock.c(241) : error C2198: 'strcpy' : too few actual parameters
csock.c(253) : error C2037: left of 'h_addr_list' specifies undefined struct/union 'hostent'
csock.c(265) : error C2037: left of 's_name' specifies undefined struct/union 'servent'
csock.c(265) : error C2198: 'strcpy' : too few actual parameters
csock.c(276) : error C2037: left of 's_port' specifies undefined struct/union 'servent'
