Changeset ce04ea44 in mainline for uspace/drv/bus/isa/isa.c
- Timestamp:
- 2017-04-02T12:27:14Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- d4067a7
- Parents:
- 163fc09
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/isa/isa.c
r163fc09 rce04ea44 281 281 } 282 282 283 r = read(fd, (aoff64_t []) {0}, buf, len);283 r = vfs_read(fd, (aoff64_t []) {0}, buf, len); 284 284 if (r < 0) { 285 285 ddf_msg(LVL_ERROR, "Unable to read file '%s'.", conf_path);
Note:
See TracChangeset
for help on using the changeset viewer.