Changeset f4af048 in mainline
- Timestamp:
- 2010-10-13T18:55:47Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9757512
- Parents:
- bda29b37
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/il/ip/ip.c
rbda29b37 rf4af048 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.