Changes in uspace/srv/net/il/ip/ip.c [87f78d1:753bca3] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/il/ip/ip.c
r87f78d1 r753bca3 58 58 #include <net_device.h> 59 59 #include <icmp_client.h> 60 #include < icmp_codes.h>60 #include <net/icmp_codes.h> 61 61 #include <icmp_interface.h> 62 62 #include <il_interface.h> … … 618 618 printf("%s: Device %d changed state to %d\n", NAME, device_id, state); 619 619 fibril_rwlock_write_unlock(&ip_globals.netifs_lock); 620 return EOK;621 }622 623 int ip_connect_module(services_t service){624 620 return EOK; 625 621 }
Note:
See TracChangeset
for help on using the changeset viewer.