Changeset efedee77 in mainline for uspace/srv/net/net/net.c


Ignore:
Timestamp:
2010-11-02T22:38:46Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
af894a21
Parents:
aab02fb (diff), e06ef614 (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/net/net.c

    raab02fb refedee77  
    4040#include <ddi.h>
    4141#include <errno.h>
     42#include <err.h>
    4243#include <malloc.h>
    4344#include <stdio.h>
     
    4647#include <ipc/ipc.h>
    4748#include <ipc/services.h>
    48 
    49 #include <net_err.h>
    50 #include <net_messages.h>
    51 #include <net_modules.h>
     49#include <ipc/net.h>
     50#include <ipc/net_net.h>
     51#include <ipc/il.h>
     52
     53#include <net/modules.h>
    5254#include <adt/char_map.h>
    5355#include <adt/generic_char_map.h>
    5456#include <adt/measured_strings.h>
    5557#include <adt/module_map.h>
    56 #include <packet/packet.h>
    57 #include <il_messages.h>
     58#include <net/packet.h>
    5859#include <netif_remote.h>
    59 #include <net_device.h>
     60#include <net/device.h>
    6061#include <nil_interface.h>
    6162#include <net_interface.h>
    6263#include <ip_interface.h>
    63 #include <net_net_messages.h>
    6464
    6565#include "net.h"
Note: See TracChangeset for help on using the changeset viewer.