Changeset db6e419 in mainline for uspace/app/tester/devs/devman2.c
- Timestamp:
- 2011-08-16T18:53:00Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 49160c4
- Parents:
- e0e922d (diff), 45058baa (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/app/tester/devs/devman2.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/tester/devs/devman2.c
re0e922d rdb6e419 58 58 char *path = NULL; 59 59 while (rc == EOK) { 60 rc = asprintf(&path, "/ dev/class/%s\\%zu", DEVICE_CLASS, idx);60 rc = asprintf(&path, "/loc/class/%s\\%zu", DEVICE_CLASS, idx); 61 61 if (rc < 0) { 62 62 continue;
Note:
See TracChangeset
for help on using the changeset viewer.
