Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sportdmp/sportdmp.c

    raa91105 r56ba2b9  
    6565       
    6666        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);
    6868        if (rc != EOK) {
    6969                fprintf(stderr, "Cannot find device service %s\n", svc_path);
Note: See TracChangeset for help on using the changeset viewer.