Changeset e4554d4 in mainline for uspace/srv/net/il/ip/ip.c


Ignore:
Timestamp:
2010-10-06T20:05:47Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
88e127ee
Parents:
2687bdb
Message:

Move inet.[ch], in.h and in6.h to standard library.

File:
1 edited

Legend:

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

    r2687bdb re4554d4  
    4848
    4949#include <net/socket_codes.h>
     50#include <net/in.h>
     51#include <net/in6.h>
     52#include <net/inet.h>
    5053
    5154#include <net_messages.h>
     
    5861#include <icmp_interface.h>
    5962#include <il_interface.h>
    60 #include <in.h>
    61 #include <in6.h>
    62 #include <inet.h>
    6363#include <ip_client.h>
    6464#include <ip_interface.h>
Note: See TracChangeset for help on using the changeset viewer.