Ignore:
File:
1 edited

Legend:

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

    r14f1db0 r614d065  
    3838#include <async.h>
    3939#include <stdio.h>
     40#include <err.h>
    4041
    4142#include <ipc/ipc.h>
    4243#include <ipc/services.h>
    4344
    44 #include <net_err.h>
    45 #include <net_modules.h>
     45#include <net/modules.h>
    4646#include <net_interface.h>
    47 #include <packet/packet.h>
     47#include <net/packet.h>
    4848#include <nil_local.h>
    4949
     
    7171       
    7272        async_set_client_connection(client_connection);
    73         int net_phone = net_connect_module(SERVICE_NETWORKING);
     73        int net_phone = net_connect_module();
    7474        ERROR_PROPAGATE(pm_init());
    7575       
Note: See TracChangeset for help on using the changeset viewer.