- Port to SL-5

SKIPPED:
	psi/tecs/make_crv
This commit is contained in:
koennecke
2008-01-03 09:56:55 +00:00
parent 64e5c22369
commit 1f862889ce
21 changed files with 912 additions and 517 deletions

View File

@@ -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))
{