Changeset a7b4c36 in rtems for cpukit/librpc
- Timestamp:
- May 9, 2005, 1:12:13 PM (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, master
- Children:
- 9e7678d
- Parents:
- fbef40b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/librpc/src/rpc/bindresvport.c
rfbef40b ra7b4c36 81 81 int proto, portrange, portlow; 82 82 u_int16_t port; 83 int salen;83 socklen_t salen; 84 84 85 85 if (sa == NULL) { … … 122 122 123 123 if (port == 0) { 124 int oldlen = sizeof(old);124 socklen_t oldlen = sizeof(old); 125 125 126 126 error = getsockopt(sd, proto, portrange, &old, &oldlen);
Note: See TracChangeset
for help on using the changeset viewer.