Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hw/irc/i8259/i8259.c

    r124c061 racc7ce4  
    150150       
    151151        async_set_client_connection(i8259_connection);
    152         ipc_connect_to_me(PHONE_NS, SERVICE_I8259, 0, 0, NULL, NULL);
     152        sysarg_t phonead;
     153        ipc_connect_to_me(PHONE_NS, SERVICE_I8259, 0, 0, &phonead);
    153154       
    154155        return true;
Note: See TracChangeset for help on using the changeset viewer.