forked from Imagelibrary/rtems
2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>
* loopback/init.c: socklen_t.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* loopback/init.c: socklen_t.
|
||||
|
||||
2005-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* base_mp/node1/Makefile.am, base_mp/node2/Makefile.am:
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user