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