J
jt
Looks good to me, I don't understand whey the error below. Any reasons why
this would fail to compile.
Running on AIX using the CC compiler.
struct sockaddr *cliaddr;
"tcpserver.c", line 88.10: 1506-068 (W) Operation between types "struct
sockaddr *" and "int" is not allowed.
cliaddr=malloc(addrlen); //<---------this is the error
this would fail to compile.
Running on AIX using the CC compiler.
struct sockaddr *cliaddr;
"tcpserver.c", line 88.10: 1506-068 (W) Operation between types "struct
sockaddr *" and "int" is not allowed.
cliaddr=malloc(addrlen); //<---------this is the error