Changeset caad59a in mainline for uspace/lib/socket
- Timestamp:
- 2010-04-19T13:34:18Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9f1362d4
- Parents:
- 3bdf3d3
- Location:
- uspace/lib/socket
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/socket/generic/socket_client.c
r3bdf3d3 rcaad59a 299 299 static int socket_generate_new_id(void){ 300 300 sockets_ref sockets; 301 int socket_id ;301 int socket_id = 0; 302 302 int count; 303 303 -
uspace/lib/socket/packet/packet_client.c
r3bdf3d3 rcaad59a 156 156 packet_t packet_get_copy(int phone, packet_t packet){ 157 157 packet_t copy; 158 uint8_t * src ;159 uint8_t * dest ;158 uint8_t * src = NULL; 159 uint8_t * dest = NULL; 160 160 size_t addrlen; 161 161
Note:
See TracChangeset
for help on using the changeset viewer.