Changes in uspace/app/mkbd/main.c [7beb220:15f3c3f] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/mkbd/main.c

    r7beb220 r15f3c3f  
    240240       
    241241        char path[MAX_PATH_LENGTH];
    242         rc = devman_fun_get_path(dev_handle, path, MAX_PATH_LENGTH);
     242        rc = devman_get_device_path(dev_handle, path, MAX_PATH_LENGTH);
    243243        if (rc != EOK) {
    244244                return ENOMEM;
Note: See TracChangeset for help on using the changeset viewer.