Changeset fe5d3c1b in mainline for uspace/srv/net/tl/icmp/icmp.c


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

Move ip_protocols.h from libsocket to libc.

Remove currently unused defines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tl/icmp/icmp.c

    rbcafa70 rfe5d3c1b  
    5050
    5151#include <net/socket_codes.h>
     52#include <net/ip_protocols.h>
    5253
    5354#include <net_messages.h>
     
    6667#include <ip_client.h>
    6768#include <ip_interface.h>
    68 #include <ip_protocols.h>
    6969#include <net_interface.h>
    7070#include <tl_messages.h>
Note: See TracChangeset for help on using the changeset viewer.