Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/il/ip/ip.c

    r753bca3 r87f78d1  
    5858#include <net_device.h>
    5959#include <icmp_client.h>
    60 #include <net/icmp_codes.h>
     60#include <icmp_codes.h>
    6161#include <icmp_interface.h>
    6262#include <il_interface.h>
     
    618618        printf("%s: Device %d changed state to %d\n", NAME, device_id, state);
    619619        fibril_rwlock_write_unlock(&ip_globals.netifs_lock);
     620        return EOK;
     621}
     622
     623int ip_connect_module(services_t service){
    620624        return EOK;
    621625}
Note: See TracChangeset for help on using the changeset viewer.