Ignore:
File:
1 edited

Legend:

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

    r124c061 r228e490  
    423423int main(int argc, char *argv[])
    424424{
     425        sysarg_t phonead;
    425426        task_id_t id;
    426427        int rc;
     
    438439       
    439440        /* Register at naming service. */
    440         if (ipc_connect_to_me(PHONE_NS, SERVICE_LOAD, 0, 0, NULL, NULL) != 0)
     441        if (ipc_connect_to_me(PHONE_NS, SERVICE_LOAD, 0, 0, &phonead) != 0)
    441442                return -2;
    442443
Note: See TracChangeset for help on using the changeset viewer.