Changeset 91435e6 in rtems
- Timestamp:
- 05/10/05 08:45:23 (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b826c3a
- Parents:
- ceab2fe
- Location:
- testsuites/samples
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/samples/ChangeLog
rceab2fe r91435e6 1 2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org> 2 3 * loopback/init.c: socklen_t. 4 1 5 2005-01-06 Ralf Corsepius <ralf.corsepius@rtems.org> 2 6 -
testsuites/samples/loopback/init.c
rceab2fe r91435e6 133 133 { 134 134 int s, s1; 135 int addrlen;135 socklen_t addrlen; 136 136 struct sockaddr_in myAddr, farAddr; 137 137 rtems_task_priority myPriority;
Note: See TracChangeset
for help on using the changeset viewer.