Changeset 38c706cc in mainline for uspace/srv/rd/rd.c
- 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/rd/rd.c
r90c35436 r38c706cc 212 212 213 213 /* Register service at nameserver */ 214 if (ipc_connect_to_me(PHONE_NS, SERVICE_RD, 0, &phonead) != 0)214 if (ipc_connect_to_me(PHONE_NS, SERVICE_RD, 0, 0, &phonead) != 0) 215 215 return -1; 216 216
Note:
See TracChangeset
for help on using the changeset viewer.