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

    r2687bdb re4554d4  
    5252#include <net/socket_codes.h>
    5353#include <net/ip_protocols.h>
     54#include <net/inet.h>
    5455
    5556#include <net_messages.h>
     
    6465#include <icmp_interface.h>
    6566#include <il_interface.h>
    66 #include <inet.h>
    6767#include <ip_client.h>
    6868#include <ip_interface.h>
Note: See TracChangeset for help on using the changeset viewer.