Changes in uspace/srv/net/tl/udp/udp.c [ffa2c8ef:f1938c6] in mainline
- File:
-
- 1 edited
-
uspace/srv/net/tl/udp/udp.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/udp/udp.c
rffa2c8ef rf1938c6 40 40 #include <malloc.h> 41 41 #include <stdio.h> 42 #include <ipc/ipc.h> 42 43 #include <ipc/services.h> 43 44 #include <ipc/net.h> … … 353 354 SERVICE_UDP, IPC_GET_ERROR(*icall)); 354 355 355 async_answer_0(iid, (sysarg_t) rc);356 ipc_answer_0(iid, (sysarg_t) rc); 356 357 break; 357 358 default: 358 async_answer_0(iid, (sysarg_t) ENOTSUP);359 ipc_answer_0(iid, (sysarg_t) ENOTSUP); 359 360 } 360 361 … … 867 868 868 869 /* Release the application phone */ 869 async_hangup(app_phone);870 ipc_hangup(app_phone); 870 871 871 872 /* Release all local sockets */
Note:
See TracChangeset
for help on using the changeset viewer.
