Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/logger/main.c

    rc1694b6b rb7fd2a0  
    7070       
    7171        port_id_t port;
    72         int rc = async_create_port(INTERFACE_LOGGER_CONTROL,
     72        errno_t rc = async_create_port(INTERFACE_LOGGER_CONTROL,
    7373            connection_handler_control, NULL, &port);
    7474        if (rc != EOK) {
Note: See TracChangeset for help on using the changeset viewer.