Ignore:
File:
1 edited

Legend:

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

    r14f1db0 r514ee46  
    4141#include <stdio.h>
    4242#include <str.h>
     43#include <err.h>
    4344#include <ipc/ipc.h>
     45#include <ipc/net.h>
    4446#include <ipc/services.h>
    4547
    46 #include <net_err.h>
    47 #include <net_messages.h>
    48 #include <net_modules.h>
    49 #include <net_device.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 <packet/packet.h>
     54#include <net/packet.h>
    5555#include <packet_remote.h>
    5656#include <nil_local.h>
     
    410410}
    411411
    412 #ifndef CONFIG_NETIF_NIL_BUNDLE
    413 
    414412/** Default thread for new connections.
    415413 *
     
    461459}
    462460
    463 #endif /* CONFIG_NETIF_NIL_BUNDLE */
    464 
    465461/** @}
    466462 */
Note: See TracChangeset for help on using the changeset viewer.