Changes in uspace/srv/net/il/ip/ip.c [753bca3:87f78d1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/il/ip/ip.c
r753bca3 r87f78d1 58 58 #include <net_device.h> 59 59 #include <icmp_client.h> 60 #include < net/icmp_codes.h>60 #include <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){ 620 624 return EOK; 621 625 }
Note:
See TracChangeset
for help on using the changeset viewer.