Ignore:
Timestamp:
2010-10-19T20:55:53Z (14 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/nildummy/nildummy.c

    r1882525 rf14291b  
    4141#include <stdio.h>
    4242#include <str.h>
     43#include <err.h>
    4344#include <ipc/ipc.h>
     45#include <ipc/net.h>
    4446#include <ipc/services.h>
    4547
    46 #include <net_err.h>
    47 #include <net_messages.h>
    48 #include <net_modules.h>
    49 #include <net_device.h>
     48#include <net/modules.h>
     49#include <net/device.h>
    5050#include <netif_interface.h>
    5151#include <nil_interface.h>
    5252#include <il_interface.h>
    5353#include <adt/measured_strings.h>
    54 #include <packet/packet.h>
     54#include <net/packet.h>
    5555#include <packet_remote.h>
    5656#include <nil_local.h>
     
    410410}
    411411
    412 #ifndef CONFIG_NETIF_NIL_BUNDLE
    413 
    414412/** Default thread for new connections.
    415413 *
     
    461459}
    462460
    463 #endif /* CONFIG_NETIF_NIL_BUNDLE */
    464 
    465461/** @}
    466462 */
Note: See TracChangeset for help on using the changeset viewer.