Changeset 8026731 in mainline
- Timestamp:
- 2009-03-02T17:32:05Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4904de8
- Parents:
- 19b28b0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/kbd/generic/kbd.c
r19b28b0 r8026731 184 184 if (cir_service) { 185 185 while (cir_phone < 0) { 186 cir_phone = ipc_connect_me_to (PHONE_NS, cir_service,186 cir_phone = ipc_connect_me_to_blocking(PHONE_NS, cir_service, 187 187 0, 0); 188 188 }
Note:
See TracChangeset
for help on using the changeset viewer.