Changes in uspace/srv/net/netif/lo/lo.c [46d4d9f:228e490] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/netif/lo/lo.c
r46d4d9f r228e490 164 164 int netif_initialize(void) 165 165 { 166 ipcarg_t phonehash;166 sysarg_t phonehash; 167 167 168 168 return REGISTER_ME(SERVICE_LO, &phonehash); … … 262 262 * result. 263 263 */ 264 if ((IPC_GET_ METHOD(call) == IPC_M_PHONE_HUNGUP) ||264 if ((IPC_GET_IMETHOD(call) == IPC_M_PHONE_HUNGUP) || 265 265 (res == EHANGUP)) 266 266 return;
Note:
See TracChangeset
for help on using the changeset viewer.