Changeset 97c9da8 in mainline
- Timestamp:
- 2009-03-02T17:27:19Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 19b28b0
- Parents:
- c7bbd8f8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libblock/libblock.c
rc7bbd8f8 r97c9da8 28 28 */ 29 29 30 /** @addtogroup libblock 30 /** @addtogroup libblock 31 31 * @{ 32 */ 32 */ 33 33 /** 34 34 * @file … … 36 36 */ 37 37 38 #include "libblock.h" 38 #include "libblock.h" 39 39 #include "../../srv/vfs/vfs.h" 40 40 #include "../../srv/rd/rd.h" … … 147 147 return ENOMEM; 148 148 } 149 dev_phone = ipc_connect_me_to (PHONE_NS, SERVICE_DEVMAP,149 dev_phone = ipc_connect_me_to_blocking(PHONE_NS, SERVICE_DEVMAP, 150 150 DEVMAP_CONNECT_TO_DEVICE, dev_handle); 151 151
Note:
See TracChangeset
for help on using the changeset viewer.