2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>

* loopback/init.c: socklen_t.
This commit is contained in:
Ralf Corsepius
2005-05-10 08:45:23 +00:00
parent ceab2fed4a
commit 91435e6bd0
2 changed files with 5 additions and 1 deletions

View File

@@ -132,7 +132,7 @@ static rtems_task workerTask(rtems_task_argument arg)
static rtems_task serverTask(rtems_task_argument arg)
{
int s, s1;
int addrlen;
socklen_t addrlen;
struct sockaddr_in myAddr, farAddr;
rtems_task_priority myPriority;