Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/nil/nildummy/nildummy.c

    r514ee46 r14f1db0  
    4141#include <stdio.h>
    4242#include <str.h>
    43 #include <err.h>
    4443#include <ipc/ipc.h>
    45 #include <ipc/net.h>
    4644#include <ipc/services.h>
    4745
    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>
    5050#include <netif_interface.h>
    5151#include <nil_interface.h>
    5252#include <il_interface.h>
    5353#include <adt/measured_strings.h>
    54 #include <net/packet.h>
     54#include <packet/packet.h>
    5555#include <packet_remote.h>
    5656#include <nil_local.h>
     
    410410}
    411411
     412#ifndef CONFIG_NETIF_NIL_BUNDLE
     413
    412414/** Default thread for new connections.
    413415 *
     
    459461}
    460462
     463#endif /* CONFIG_NETIF_NIL_BUNDLE */
     464
    461465/** @}
    462466 */
Note: See TracChangeset for help on using the changeset viewer.