Changeset 1433ecda in mainline for uspace/srv/devman/match.c
- Timestamp:
- 2018-04-04T15:42:37Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c4e1cc
- Parents:
- 47b2d7e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/match.c
r47b2d7e3 r1433ecda 231 231 232 232 size_t read_bytes; 233 rc = vfs_read(fd, (aoff64_t []) { 0}, buf, len, &read_bytes);233 rc = vfs_read(fd, (aoff64_t []) { 0 }, buf, len, &read_bytes); 234 234 if (rc != EOK) { 235 235 log_msg(LOG_DEFAULT, LVL_ERROR, "Unable to read file '%s': %s.", conf_path,
Note:
See TracChangeset
for help on using the changeset viewer.