Changeset 79ae36dd in mainline for uspace/srv/net/il/ip/ip.c
- Timestamp:
- 2011-06-08T19:01:55Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0eff68e
- Parents:
- 764d71e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/il/ip/ip.c
r764d71e r79ae36dd 76 76 #include <il_remote.h> 77 77 #include <il_skel.h> 78 79 // FIXME: remove this header 80 #include <kernel/ipc/ipc_methods.h> 78 81 79 82 /** IP module name. */ … … 1913 1916 1914 1917 *answer_count = 0; 1918 1919 if (!IPC_GET_IMETHOD(*call)) 1920 return EOK; 1921 1915 1922 switch (IPC_GET_IMETHOD(*call)) { 1916 case IPC_M_PHONE_HUNGUP:1917 return EOK;1918 1919 1923 case IPC_M_CONNECT_TO_ME: 1920 1924 return ip_register(IL_GET_PROTO(*call), IL_GET_SERVICE(*call),
Note:
See TracChangeset
for help on using the changeset viewer.