Changeset e4554d4 in mainline for uspace/lib/net/tl/tl_common.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/lib/net/tl/tl_common.c

    r2687bdb re4554d4  
    3737
    3838#include <net/socket_codes.h>
     39#include <net/in.h>
     40#include <net/in6.h>
     41#include <net/inet.h>
    3942#include <async.h>
    4043#include <ipc/services.h>
     
    4750#include <net_device.h>
    4851#include <icmp_interface.h>
    49 #include <in.h>
    50 #include <in6.h>
    51 #include <inet.h>
    5252#include <ip_local.h>
    5353#include <ip_remote.h>
Note: See TracChangeset for help on using the changeset viewer.