Changeset f4af048 in mainline


Ignore:
Timestamp:
2010-10-13T18:55:47Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9757512
Parents:
bda29b37
Message:

Remove dulpicate ip_connect_module().

File:
1 edited

Legend:

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

    rbda29b37 rf4af048  
    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 
    623 int ip_connect_module(services_t service){
    624620        return EOK;
    625621}
Note: See TracChangeset for help on using the changeset viewer.