Changes in uspace/srv/net/nil/nildummy/nildummy.c [514ee46:14f1db0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/nil/nildummy/nildummy.c
r514ee46 r14f1db0 41 41 #include <stdio.h> 42 42 #include <str.h> 43 #include <err.h>44 43 #include <ipc/ipc.h> 45 #include <ipc/net.h>46 44 #include <ipc/services.h> 47 45 48 #include <net/modules.h> 49 #include <net/device.h> 46 #include <net_err.h> 47 #include <net_messages.h> 48 #include <net_modules.h> 49 #include <net_device.h> 50 50 #include <netif_interface.h> 51 51 #include <nil_interface.h> 52 52 #include <il_interface.h> 53 53 #include <adt/measured_strings.h> 54 #include < net/packet.h>54 #include <packet/packet.h> 55 55 #include <packet_remote.h> 56 56 #include <nil_local.h> … … 410 410 } 411 411 412 #ifndef CONFIG_NETIF_NIL_BUNDLE 413 412 414 /** Default thread for new connections. 413 415 * … … 459 461 } 460 462 463 #endif /* CONFIG_NETIF_NIL_BUNDLE */ 464 461 465 /** @} 462 466 */
Note:
See TracChangeset
for help on using the changeset viewer.