Changes in uspace/srv/devman/main.c [124c061:6e50466] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/main.c
r124c061 r6e50466 586 586 587 587 /* Register device manager at naming service. */ 588 if (ipc_connect_to_me(PHONE_NS, SERVICE_DEVMAN, 0, 0, NULL, NULL) != 0) 588 sysarg_t phonead; 589 if (ipc_connect_to_me(PHONE_NS, SERVICE_DEVMAN, 0, 0, &phonead) != 0) 589 590 return -1; 590 591
Note:
See TracChangeset
for help on using the changeset viewer.