Changes in uspace/app/mkbd/main.c [7beb220:15f3c3f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/mkbd/main.c
r7beb220 r15f3c3f 240 240 241 241 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); 243 243 if (rc != EOK) { 244 244 return ENOMEM;
Note:
See TracChangeset
for help on using the changeset viewer.