Changeset 38c706cc in mainline for uspace/srv/devmap
- Timestamp:
- 2007-12-04T19:54:53Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6364d3c
- Parents:
- 90c35436
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devmap/devmap.c
r90c35436 r38c706cc 270 270 } 271 271 272 driver->phone = IPC_GET_ARG 3(call);272 driver->phone = IPC_GET_ARG5(call); 273 273 274 274 ipc_answer_0(callid, EOK); … … 736 736 737 737 /* Register device mapper at naming service */ 738 if (ipc_connect_to_me(PHONE_NS, SERVICE_DEVMAP, 0, &phonead) != 0)738 if (ipc_connect_to_me(PHONE_NS, SERVICE_DEVMAP, 0, 0, &phonead) != 0) 739 739 return -1; 740 740
Note:
See TracChangeset
for help on using the changeset viewer.