Changeset ce04ea44 in mainline for uspace/drv/bus/isa/isa.c


Ignore:
Timestamp:
2017-04-02T12:27:14Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d4067a7
Parents:
163fc09
Message:

Rename read() to vfs_read() and write() to vfs_write()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/isa/isa.c

    r163fc09 rce04ea44  
    281281        }
    282282
    283         r = read(fd, (aoff64_t []) {0}, buf, len);
     283        r = vfs_read(fd, (aoff64_t []) {0}, buf, len);
    284284        if (r < 0) {
    285285                ddf_msg(LVL_ERROR, "Unable to read file '%s'.", conf_path);
Note: See TracChangeset for help on using the changeset viewer.