Changeset 797b704 in mainline for uspace/srv/net/nil/nildummy
- 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
 
 - 
          
  uspace/srv/net/nil/nildummy/nildummy.c (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      uspace/srv/net/nil/nildummy/nildummy.cr73ac2e9 r797b704 48 48 #include <net/modules.h> 49 49 #include <net/device.h> 50 #include <il_ interface.h>50 #include <il_remote.h> 51 51 #include <adt/measured_strings.h> 52 52 #include <net/packet.h> … … 118 118 rc = packet_translate_remote(nildummy_globals.net_phone, 119 119 &packet, IPC_GET_PACKET(*icall)); 120 if (rc == EOK) {120 if (rc == EOK) 121 121 rc = nil_received_msg_local(0, 122 122 IPC_GET_DEVICE(*icall), packet, 0); 123 }123 124 124 ipc_answer_0(iid, (sysarg_t) rc); 125 125 break; 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
