socklen_t.

This commit is contained in:
Ralf Corsepius
2005-05-10 08:56:46 +00:00
parent 94c76bc730
commit ea78ecadc9
9 changed files with 13 additions and 12 deletions

View File

@@ -45,7 +45,7 @@ rtems_task rtems_task_telnetd(rtems_task_argument task_argument) {
struct sockaddr_in srv;
char * devname;
int i=1;
int size_adr;
socklen_t size_adr;
if ((des_socket=socket(PF_INET,SOCK_STREAM,0))<0) {
perror("telnetd:socket");
rtems_task_delete(RTEMS_SELF);