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


Ignore:
Timestamp:
2010-10-06T19:18:44Z (15 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/tcp/tcp.c

    rbcafa70 rfe5d3c1b  
    4949
    5050#include <net/socket_codes.h>
     51#include <net/ip_protocols.h>
    5152
    5253#include <net_messages.h>
     
    6162#include <ip_client.h>
    6263#include <ip_interface.h>
    63 #include <ip_protocols.h>
    6464#include <icmp_client.h>
    6565#include <icmp_interface.h>
Note: See TracChangeset for help on using the changeset viewer.