- Port to SL-5
SKIPPED: psi/tecs/make_crv
This commit is contained in:
@@ -170,7 +170,8 @@ CreateSocketAdress(
|
||||
int iRet;
|
||||
fd_set lMask;
|
||||
struct timeval tmo = {1,0};
|
||||
int iLen, i;
|
||||
int i;
|
||||
socklen_t iLen;
|
||||
struct linger lili;
|
||||
|
||||
assert(self != NULL);
|
||||
@@ -378,7 +379,7 @@ CreateSocketAdress(
|
||||
{
|
||||
|
||||
int t;
|
||||
int len;
|
||||
socklen_t len;
|
||||
struct sockaddr_in sin;
|
||||
struct hostent *host;
|
||||
|
||||
@@ -855,7 +856,7 @@ int NETReconnect(mkChannel* self)
|
||||
long lMask = 0L;
|
||||
struct timeval tmo ={0,1};
|
||||
long iRet;
|
||||
int iLang;
|
||||
socklen_t iLang;
|
||||
|
||||
if(!VerifyChannel(self))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user