Changeset 56ba2b9 in mainline
- Timestamp:
- 2012-07-29T12:33:59Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 13d5639
- Parents:
- b2ba418
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sportdmp/sportdmp.c
rb2ba418 r56ba2b9 65 65 66 66 service_id_t svc_id; 67 int rc = loc_service_get_id(svc_path, &svc_id, IPC_FLAG_BLOCKING);67 int rc = loc_service_get_id(svc_path, &svc_id, 0); 68 68 if (rc != EOK) { 69 69 fprintf(stderr, "Cannot find device service %s\n", svc_path);
Note:
See TracChangeset
for help on using the changeset viewer.