Changes in uspace/srv/net/nil/eth/eth.c [79ae36dd:28a3e74] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/nil/eth/eth.c
r79ae36dd r28a3e74 59 59 #include <packet_remote.h> 60 60 #include <nil_skel.h> 61 62 // FIXME: remove this header63 #include <kernel/ipc/ipc_methods.h>64 61 65 62 #include "eth.h" … … 849 846 850 847 *answer_count = 0; 851 852 if (!IPC_GET_IMETHOD(*call))848 switch (IPC_GET_IMETHOD(*call)) { 849 case IPC_M_PHONE_HUNGUP: 853 850 return EOK; 854 851 855 switch (IPC_GET_IMETHOD(*call)) {856 852 case NET_NIL_DEVICE: 857 853 return eth_device_message(IPC_GET_DEVICE(*call),
Note:
See TracChangeset
for help on using the changeset viewer.