Changeset 797b704 in mainline for uspace/srv/net/nil/eth/eth.c
- Timestamp:
- 2011-01-12T14:40:09Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 014dd57b
- Parents:
- 73ac2e9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/nil/eth/eth.c
r73ac2e9 r797b704 57 57 #include <netif_remote.h> 58 58 #include <net_interface.h> 59 #include <il_ interface.h>59 #include <il_remote.h> 60 60 #include <adt/measured_strings.h> 61 61 #include <packet_client.h> … … 247 247 rc = packet_translate_remote(eth_globals.net_phone, 248 248 &packet, IPC_GET_PACKET(*icall)); 249 if (rc == EOK) {249 if (rc == EOK) 250 250 rc = nil_received_msg_local(0, 251 251 IPC_GET_DEVICE(*icall), packet, 0); 252 }252 253 253 ipc_answer_0(iid, (sysarg_t) rc); 254 254 break;
Note:
See TracChangeset
for help on using the changeset viewer.