Ignore:
Timestamp:
2015-11-02T20:54:19Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d8513177
Parents:
3feeab2 (diff), 5265eea4 (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.
Message:

Merge mainline changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/hw/misc/virtchar1.c

    r3feeab2 rff381a7  
    5858        int fd = open(path, O_RDONLY);
    5959        if (fd < 0) {
    60                 TPRINTF("   ...error: %s\n", str_error(fd));
     60                TPRINTF("   ...error: %s\n", str_error(errno));
    6161                if (fd == ENOENT) {
    6262                        TPRINTF("   (error was ENOENT: " \
     
    6969       
    7070        TPRINTF(" Asking for session...\n");
    71         async_sess_t *sess = fd_session(EXCHANGE_SERIALIZE, fd);
     71        async_sess_t *sess = vfs_fd_session(fd, INTERFACE_DDF);
    7272        if (!sess) {
    7373                close(fd);
Note: See TracChangeset for help on using the changeset viewer.