Changeset f14291b in mainline for uspace/srv/net/nil/eth/eth.c


Ignore:
Timestamp:
2010-10-19T20:55:53Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a93d79a
Parents:
1882525 (diff), a7a85d16 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/nil/eth/eth.c

    r1882525 rf14291b  
    4040#include <mem.h>
    4141#include <stdio.h>
     42#include <byteorder.h>
    4243#include <str.h>
     44#include <err.h>
    4345
    4446#include <ipc/ipc.h>
     47#include <ipc/net.h>
    4548#include <ipc/services.h>
    4649
    47 #include <net_err.h>
    48 #include <net_messages.h>
    49 #include <net_modules.h>
    50 #include <net_byteorder.h>
     50#include <net/modules.h>
    5151#include <net_checksum.h>
    5252#include <ethernet_lsap.h>
    5353#include <ethernet_protocols.h>
    5454#include <protocol_map.h>
    55 #include <net_device.h>
     55#include <net/device.h>
    5656#include <netif_interface.h>
    5757#include <net_interface.h>
     
    5959#include <il_interface.h>
    6060#include <adt/measured_strings.h>
    61 #include <packet/packet_client.h>
     61#include <packet_client.h>
    6262#include <packet_remote.h>
    6363#include <nil_local.h>
     
    788788}
    789789
    790 #ifndef CONFIG_NETIF_NIL_BUNDLE
    791 
    792790/** Default thread for new connections.
    793791 *
     
    839837}
    840838
    841 #endif /* CONFIG_NETIF_NIL_BUNDLE */
    842 
    843839/** @}
    844840 */
Note: See TracChangeset for help on using the changeset viewer.