Changes in uspace/srv/net/netif/lo/lo.c [ffa2c8ef:fe8dfa6] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/netif/lo/lo.c
rffa2c8ef rfe8dfa6 39 39 #include <stdio.h> 40 40 #include <str.h> 41 42 #include <ipc/ipc.h> 41 43 #include <ipc/services.h> 42 44 #include <ipc/nil.h> 45 43 46 #include <net/modules.h> 44 47 #include <adt/measured_strings.h> … … 164 167 int netif_initialize(void) 165 168 { 166 return async_connect_to_me(PHONE_NS, SERVICE_LO, 0, 0, NULL); 169 sysarg_t phonehash; 170 return ipc_connect_to_me(PHONE_NS, SERVICE_LO, 0, 0, &phonehash); 167 171 } 168 172
Note:
See TracChangeset
for help on using the changeset viewer.