Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/netif/lo/lo.c

    r124c061 rfe8dfa6  
    167167int netif_initialize(void)
    168168{
    169         return ipc_connect_to_me(PHONE_NS, SERVICE_LO, 0, 0, NULL, NULL);
     169        sysarg_t phonehash;
     170        return ipc_connect_to_me(PHONE_NS, SERVICE_LO, 0, 0, &phonehash);
    170171}
    171172
Note: See TracChangeset for help on using the changeset viewer.