Changes in uspace/app/tester/devs/devman2.c [15f3c3f:79ae36dd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/devs/devman2.c
r15f3c3f r79ae36dd 58 58 char *path = NULL; 59 59 while (rc == EOK) { 60 rc = asprintf(&path, "/ loc/class/%s\\%zu", DEVICE_CLASS, idx);60 rc = asprintf(&path, "/dev/class/%s\\%zu", DEVICE_CLASS, idx); 61 61 if (rc < 0) { 62 62 continue;
Note:
See TracChangeset
for help on using the changeset viewer.